Skip to content

Commit

Permalink
Bump up to version 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbkerr committed Nov 9, 2023
1 parent af7d7b7 commit 9f2c532
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}.
Expand All @@ -9,3 +9,4 @@ message = Bump up to version {new_version}.
[bumpversion:file:signac_dashboard/version.py]

[bumpversion:file:doc/conf.py]

4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion signac_dashboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9f2c532

Please sign in to comment.