Skip to content

Commit

Permalink
Bump version: 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrison committed Aug 3, 2023
1 parent 923f977 commit 418070a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aics_dask_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__email__ = "[email protected]"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "0.2.2"
__version__ = "0.2.3"


def get_module_version():
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.2
current_version = 0.2.3
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"coverage>=5.0a4",
"flake8>=3.7.7",
"ipython>=7.5.0",
"m2r>=0.2.2",
"m2r>=0.2.3",
"pytest>=4.3.0",
"pytest-cov==2.6.1",
"pytest-raises>=0.10",
Expand Down Expand Up @@ -103,6 +103,6 @@
url="https://github.com/AllenCellModeling/aics_dask_utils",
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.rst
version="0.2.2",
version="0.2.3",
zip_safe=False,
)

0 comments on commit 418070a

Please sign in to comment.