Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed Sep 21, 2021
1 parent 150cc84 commit 8d68d09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-nohoomd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
- unyt=2.8.0
- pip:
- git+https://github.com/rsdefever/antefoyer.git
- git+https://github.com/cmelab/planckton@v0.5.2
- git+https://github.com/cmelab/planckton@v0.6.0
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- unyt=2.8.0
- pip:
- git+https://github.com/rsdefever/antefoyer.git
- git+https://github.com/cmelab/planckton@v0.5.2
- git+https://github.com/cmelab/planckton@v0.6.0
2 changes: 1 addition & 1 deletion planckton/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""PlanckTon version."""
VERSION = (0, 5, 2)
VERSION = (0, 6, 0)

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

0 comments on commit 8d68d09

Please sign in to comment.