Skip to content

Commit

Permalink
Bump version: 0.0.1-dev → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 3, 2020
1 parent edf489e commit f40ddad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1-dev
current_version = 0.0.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
Expand All @@ -22,4 +22,3 @@ values = [0-9A-Za-z-]+
[bumpversion:file:src/pystow/version.py]
search = VERSION = '{current_version}'
replace = VERSION = '{new_version}'

2 changes: 1 addition & 1 deletion src/pystow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
'VERSION',
]

VERSION = '0.0.1-dev'
VERSION = '0.0.1'

0 comments on commit f40ddad

Please sign in to comment.