Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Commit 410ba3b

Browse files
author
Charles Hoyt
committed
Bump version: 0.3.0-dev → 0.3.0
1 parent c83a5dd commit 410ba3b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.0-dev
2+
current_version = 0.3.0
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
@@ -47,7 +47,7 @@
4747
# built documents.
4848
#
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.3.0-dev'
50+
release = '0.3.0'
5151

5252
# The short X.Y version.
5353
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 = compath_utils
6-
version = 0.3.0-dev
6+
version = 0.3.0
77
description = A utilities package for ComPath
88
long_description = file: README.rst
99

src/compath_utils/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.3.0-dev'
10+
VERSION = '0.3.0'
1111

1212

1313
def get_version() -> str:

0 commit comments

Comments
 (0)