Skip to content

Commit

Permalink
Bump version: 0.8.0-dev → 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
olagrottvik committed Feb 4, 2020
1 parent 1feae58 commit 78a0f0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
{major}.{minor}
current_version = 0.8.0-dev
current_version = 0.8
commit = True
tag = True

Expand All @@ -14,7 +14,7 @@ tag = True

[bumpversion:part:release]
optional_value = gamma
values =
values =
dev
gamma

2 changes: 1 addition & 1 deletion bust/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = '0.8.0-dev'
__VERSION__ = '0.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):

setup(
name='bust',
version='0.8.0-dev',
version='0.8',
packages=find_packages(),
license='MIT',
install_requires=[
Expand Down

0 comments on commit 78a0f0b

Please sign in to comment.