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

Commit e4444c5

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent b738aa0 commit e4444c5

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

fnet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = "Gregory R. Johnson"
55
__email__ = "[email protected]"
6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"
77

88

99
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
@@ -111,6 +111,6 @@
111111
url="https://github.com/AllenCellModeling/pytorch_fnet",
112112
# Do not edit this string manually, always use bumpversion
113113
# Details in CONTRIBUTING.rst
114-
version="0.1.0",
114+
version="0.2.0",
115115
zip_safe=False,
116116
)

0 commit comments

Comments
 (0)