Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Oct 27, 2024
1 parent 8ed6317 commit 9fb7fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install package
run: |
conda info
conda install geedim>=1.8.1
conda install geedim>=1.9.0
conda list
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion geedim/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.1'
__version__ = '1.9.0'

0 comments on commit 9fb7fce

Please sign in to comment.