Skip to content

Commit

Permalink
v0.6.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran-nns committed Sep 8, 2021
1 parent f2606b3 commit 83da94b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/lib/sorn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .utils import *

__author__ = "Saranraj Nambusubramaniyan"
__version__ = "0.6.1"
__version__ = "0.6.2"

logging.basicConfig(level=logging.INFO)
Binary file removed dist/sorn-0.6.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/sorn-0.6.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):

setup(
name="sorn",
version="0.6.1",
version="0.6.2",
author="Saranraj Nambusubramaniyan",
author_email="saran_nns@hotmail.com",
description="Self-Organizing Recurrent Neural Networks",
Expand Down
2 changes: 1 addition & 1 deletion sorn.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: sorn
Version: 0.6.1
Version: 0.6.2
Summary: Self-Organizing Recurrent Neural Networks
Home-page: https://github.com/Saran-nns/sorn
Author: Saranraj Nambusubramaniyan
Expand Down
2 changes: 1 addition & 1 deletion sorn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .utils import *

__author__ = "Saranraj Nambusubramaniyan"
__version__ = "0.6.1"
__version__ = "0.6.2"

logging.basicConfig(level=logging.INFO)

0 comments on commit 83da94b

Please sign in to comment.