Skip to content

Commit

Permalink
Bump version: 0.1.0.dev6 → 0.1.0.dev7 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vx-git-robot committed Apr 18, 2019
1 parent dedce0d commit 2093f31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0.dev6
0.1.0.dev7
2 changes: 1 addition & 1 deletion quaerere_base_common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__author__ = 'Caitlyn O\'Hanna'
__version__ = '0.1.0.dev6'
__version__ = '0.1.0.dev7'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0.dev6
current_version = 0.1.0.dev7
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<pre_release>a|b|rc)(?P<pre_release_num>\d+))?(\.dev(?P<dev_num>\d+))?
serialize =
{major}.{minor}.{patch}{pre_release}{pre_release_num}.dev{dev_num}
Expand Down

0 comments on commit 2093f31

Please sign in to comment.