Skip to content

Commit

Permalink
v 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed Apr 4, 2023
1 parent cd4c05f commit 358a325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: parseq
Version: 0.9.96
Version: 1.0.0
Summary: ParSeq is a python software library for Parallel execution of Sequential data analysis.
Home-page: http://parseq.readthedocs.io
Author: Konstantin Klementiev
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def get_version():
'_images/*.*', '_static/*.*', '_templates/*.*',
'_themes/*/*.*', '_themes/*/*/*.*', 'exts/*.*'],
'parseq.tests': ['*.png'],
'parseq.third_party': ['data/*.*'],
},
install_requires=['numpy>=1.8.0', 'scipy>=0.17.0', 'matplotlib>=2.0.0',
'sphinx>=1.6.2', 'sphinxcontrib-jquery', 'autopep8',
Expand Down

0 comments on commit 358a325

Please sign in to comment.