Skip to content

Commit 283f42c

Browse files
committed
Bump version: 0.1.1-dev → 0.1.1
1 parent 5b51589 commit 283f42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1-dev
2+
current_version = 0.1.1
33
commit = True
44
tag = False
55
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-]+)*))?

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##########################
44
[metadata]
55
name = compath_resources
6-
version = 0.1.1-dev
6+
version = 0.1.1
77
description = ComPath Resource Utilities
88
long_description = file: README.rst
99

0 commit comments

Comments
 (0)