diff --git a/environment-nohoomd.yml b/environment-nohoomd.yml index 88a93ca..bee092a 100644 --- a/environment-nohoomd.yml +++ b/environment-nohoomd.yml @@ -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 diff --git a/environment.yml b/environment.yml index ba6bae2..7ea6cf7 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/planckton/__version__.py b/planckton/__version__.py index 886dcaa..72b6793 100644 --- a/planckton/__version__.py +++ b/planckton/__version__.py @@ -1,4 +1,4 @@ """PlanckTon version.""" -VERSION = (0, 5, 2) +VERSION = (0, 6, 0) __version__ = ".".join(map(str, VERSION))