File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.7
2
+ current_version = 0.0.8.dev0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 1
- 0.0.7
1
+ 0.0.8.dev0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["briefcase"]
4
4
[tool .briefcase ]
5
5
project_name = " EddingtonGUI"
6
6
bundle = " com.eddington_gui"
7
- version = " 0.0.7 "
7
+ version = " 0.0.8.dev0 "
8
8
url = " https://github.com/EddLabs/eddington-gui"
9
9
license = " Apache Software License"
10
10
author = ' Sagi Shadur'
Original file line number Diff line number Diff line change 9
9
except ImportError :
10
10
pass
11
11
12
- __version__ = "0.0.7 "
12
+ __version__ = "0.0.8.dev0 "
13
13
__author__ = "Sagi Shadur"
14
14
__year__ = "2020"
You can’t perform that action at this time.
0 commit comments