Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit aaf8360

Browse files
author
JacksonMaxfield
committed
Bump version: 0.1.0 → 0.2.0
1 parent afd6186 commit aaf8360

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

aics_dask_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "[email protected]"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "0.1.0"
9+
__version__ = "0.2.0"
1010

1111

1212
def get_module_version():

setup.cfg

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

@@ -17,17 +17,14 @@ universal = 1
1717
[flake8]
1818
exclude = docs
1919
max-line-length = 88
20-
ignore =
21-
# Whitespace before ':'
22-
E203
23-
# Whitepsace at end of line
24-
W291
25-
# Line break before logical
26-
W503
20+
ignore =
21+
E203
22+
W291
23+
W503
2724

2825
[aliases]
29-
# Define setup.py command aliases here
3026
test = pytest
3127

3228
[tool:pytest]
3329
collect_ignore = ['setup.py']
30+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
url="https://github.com/AllenCellModeling/aics_dask_utils",
9696
# Do not edit this string manually, always use bumpversion
9797
# Details in CONTRIBUTING.rst
98-
version="0.1.0",
98+
version="0.2.0",
9999
zip_safe=False,
100100
)

0 commit comments

Comments
 (0)