Skip to content

Commit a4c7e04

Browse files
committed
Bump version: 0.0.7 → 0.0.8
1 parent 3c6e286 commit a4c7e04

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

arbpackage/version.py

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

33
import platform
44

5-
__version__ = '0.0.7'
5+
__version__ = '0.0.8'
66

77

88
def get_version():

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 0.0.8
33

44
[bumpversion:file:arbpackage/version.py]
55

@@ -18,7 +18,6 @@ branch = True
1818

1919
[flake8]
2020
exclude = .git,__pycache__,.tox,*.egg,build,data,dist,.cache,.env
21-
; select = E,W,F
2221

2322
[metadata]
24-
license_files = LICENSE
23+
license_files = LICENSE

0 commit comments

Comments
 (0)