Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomitani committed Jul 31, 2023
1 parent bec2400 commit 4d0c44f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion long_desc.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ This version introduces a number of changes, while attempting to maintain
the original philosophy of this project: a SOM library easy to understand and customize.
Functions and classes names have been changed to improve readability.
If you are migrating from an older version (<=1.3.4), please make sure to check the API first!

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

description='Simple Self-Organizing Maps in Python',
long_description=long_description,
long_description_content_type='text/markdown',

url='https://github.com/fcomitani/simpsom',
download_url = 'https://github.com/fcomitani/simpsom/archive/'+version+'.tar.gz',
Expand Down
2 changes: 1 addition & 1 deletion simpsom/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0"
__version__ = "3.0.0.b"

0 comments on commit 4d0c44f

Please sign in to comment.