Skip to content

Commit

Permalink
changed version to 1.0.1 and updated datasci_stdlib_tools dependency …
Browse files Browse the repository at this point in the history
…to 1.0.1
  • Loading branch information
brendanacelii committed Jan 16, 2024
1 parent e2b0211 commit d520609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ scipy>=1.5.4
seaborn>=0.11.2
ipython
ipython_genutils
datasci-stdlib-tools>=1.0.0
datasci-stdlib-tools>=1.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_long_description(filepath='README.md'):

setup(
name='neuron_morphology_tools', # the name of the package, which can be different than the folder when using pip instal
version='1.0.0',
version='1.0.1',
description='',
long_description=get_long_description(),
project_urls={
Expand Down

0 comments on commit d520609

Please sign in to comment.