Skip to content

Commit 91e027d

Browse files
committed
Bump the version
[noissue]
1 parent 65c458e commit 91e027d

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.0.1.dev
2+
current_version = 0.0.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setup(
2020
name="pulp-cli-ostree",
2121
description="Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)",
22-
version="0.0.1.dev",
22+
version="0.0.1",
2323
packages=plugin_packages,
2424
package_data={package: ["py.typed"] for package in plugin_packages},
2525
python_requires=">=3.6",

0 commit comments

Comments
 (0)