diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2abe281..5edc0d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True message = Bump up to version {new_version}. @@ -9,3 +9,4 @@ message = Bump up to version {new_version}. [bumpversion:file:signac_dashboard/version.py] [bumpversion:file:doc/conf.py] + diff --git a/doc/conf.py b/doc/conf.py index ee0df8a..98e7820 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,9 +23,9 @@ author = "Bradley D. Dice, Carl S. Adorf, Sharon C. Glotzer" # The short X.Y version -version = "0.6.0" +version = "0.6.1" # The full version, including alpha/beta/rc tags -release = "0.6.0" +release = "0.6.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 46a4a34..efa5e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = ["setuptools>=64.0.0"] [project] name = "signac-dashboard" -version = "0.6.0" +version = "0.6.1" description = "Visualize data spaces in a web browser." readme = "README.md" # Supported versions are determined according to NEP 29. @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ "flask>=2.1.0", "flask-assets>=2.0.0", - "flask-login>=0.6.0", + "flask-login>=0.6.1", "flask-turbolinks", "jinja2>=3.0.0", "jsmin", diff --git a/signac_dashboard/version.py b/signac_dashboard/version.py index 5705305..3a3b22e 100644 --- a/signac_dashboard/version.py +++ b/signac_dashboard/version.py @@ -2,4 +2,4 @@ # All rights reserved. # This software is licensed under the BSD 3-Clause License. -__version__ = "0.6.0" +__version__ = "0.6.1"