Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Jun 6, 2024
1 parent 71777f7 commit 51c5e23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- pyogrio
- deap>=1.4
- nlopt
- hyperopt
- r-base
- r-tidyverse
- rpy2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='resistnet',
version='1.2.0',
version=__version__,
# Specify where to find the packages
package_dir={'': 'src'},
packages=find_packages(where='src'),
Expand All @@ -22,6 +22,7 @@
"pyogrio",
"momepy",
"geopy",
"hyperopt",
"deap",
"scipy"
],
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.3"
__version__ = "1.3.0"

0 comments on commit 51c5e23

Please sign in to comment.