Skip to content

Commit 5f0c028

Browse files
committed
Bump version: 0.1.3-dev → 0.1.3
1 parent 606f878 commit 5f0c028

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.3-dev
2+
current_version = 0.1.3
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-]+)*))?

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Charles Tapley Hoyt"
2828

2929
# The full version, including alpha/beta/rc tags.
30-
release = "0.1.3-dev"
30+
release = "0.1.3"
3131

3232
# The short X.Y version.
3333
parsed_version = re.match(

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 = curies
6-
version = 0.1.3-dev
6+
version = 0.1.3
77
description = Idiomatic conversion between URIs and compact URIs (CURIEs).
88
long_description = file: README.md
99
long_description_content_type = text/markdown

src/curies/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"get_version",
88
]
99

10-
VERSION = "0.1.3-dev"
10+
VERSION = "0.1.3"
1111

1212

1313
def get_version():

0 commit comments

Comments
 (0)