Skip to content

Commit 34c005b

Browse files
committed
Bump version: 0.0.7 → 0.0.8.dev0
1 parent e213d95 commit 34c005b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
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.dev0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.7
1+
0.0.8.dev0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["briefcase"]
44
[tool.briefcase]
55
project_name = "EddingtonGUI"
66
bundle = "com.eddington_gui"
7-
version = "0.0.7"
7+
version = "0.0.8.dev0"
88
url = "https://github.com/EddLabs/eddington-gui"
99
license = "Apache Software License"
1010
author = 'Sagi Shadur'

src/eddington_gui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
except ImportError:
1010
pass
1111

12-
__version__ = "0.0.7"
12+
__version__ = "0.0.8.dev0"
1313
__author__ = "Sagi Shadur"
1414
__year__ = "2020"

0 commit comments

Comments
 (0)