Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Release 0.3.1-SNAPSHOT [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobli CD committed Jun 28, 2019
1 parent a912274 commit 74fe10a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1-SNAPSHOT
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[A-Z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

Expand All @@ -17,3 +17,4 @@ optional_value = RELEASE

[bumpversion:file:./setup.py]
search = VERSION = {current_version}

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = '0.3.0'
VERSION = '0.3.1-SNAPSHOT'

install_requires = [
'requests==2.22.0',
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1-SNAPSHOT

0 comments on commit 74fe10a

Please sign in to comment.