Skip to content

Commit

Permalink
bumpversion 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Mar 17, 2018
1 parent 18dda00 commit 5838ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0.dev0
current_version = 0.1.0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion skcycling/_version.py
Expand Up @@ -2,4 +2,4 @@
# Cedric Lemaitre
# License: BSD 3 clause

__version__ = '0.1.0.dev0'
__version__ = '0.1.0'

0 comments on commit 5838ee4

Please sign in to comment.