Skip to content

Commit

Permalink
Merge 2dbdd42 into 2ce6c7d
Browse files Browse the repository at this point in the history
  • Loading branch information
boazmohar committed Jan 23, 2023
2 parents 2ce6c7d + 2dbdd42 commit 70f6088
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.8
current_version = 0.0.9
commit = True
tag = True

Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bump2version==1.0.1
numpy==1.23.3
h5py==3.7.0
packaging==21.3
pytest==7.1.3
pytest-cov==3.0.0
numpy==1.24.1
packaging==23.0
h5py==3.8.0
pytest-cov==4.0.0
pytest==7.2.1
coveralls==3.3.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy==1.23.3
h5py==3.7.0
packaging==21.3
numpy==1.24.1
packaging==23.0
h5py==3.8.0

0 comments on commit 70f6088

Please sign in to comment.