Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed Oct 26, 2021
1 parent 9261e14 commit 7830fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
- python=3.8
- rowan>=1.3
- pip:
- git+https://github.com/cmelab/[email protected].2
- git+https://github.com/cmelab/[email protected].3
2 changes: 1 addition & 1 deletion gixstapose/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 0, 2)
VERSION = (0, 0, 3)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 7830fb3

Please sign in to comment.