Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jul 12, 2024
1 parent d8650f4 commit f0c072d
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.0
conda install geedim>=1.8.1
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.0'
__version__ = '1.8.1'

0 comments on commit f0c072d

Please sign in to comment.