We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c458e commit 91e027dCopy full SHA for 91e027d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1.dev
+current_version = 0.0.1
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
setup.py
@@ -19,7 +19,7 @@
19
setup(
20
name="pulp-cli-ostree",
21
description="Command line interface to talk to pulpcore's REST API. (OSTree plugin commands)",
22
- version="0.0.1.dev",
+ version="0.0.1",
23
packages=plugin_packages,
24
package_data={package: ["py.typed"] for package in plugin_packages},
25
python_requires=">=3.6",
0 commit comments