Skip to content

Commit

Permalink
Bump up to version 0.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 9, 2022
1 parent 5bd0bfc commit b729548
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.2.8"
version = "0.2.9"
# The full version, including alpha/beta/rc tags
release = "0.2.8"
release = "0.2.9"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.8
current_version = 0.2.9
commit = True
tag = True
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="signac-dashboard",
version="0.2.8",
version="0.2.9",
packages=find_packages(),
include_package_data=True,
python_requires=">=3.7,<4",
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.2.8"
__version__ = "0.2.9"

0 comments on commit b729548

Please sign in to comment.