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 43321b2 commit c169e62Copy full SHA for c169e62
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.2.dev
+current_version = 0.0.2
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.2.dev",
+ version="0.0.2",
23
packages=plugin_packages,
24
package_data={package: ["py.typed"] for package in plugin_packages},
25
python_requires=">=3.6",
0 commit comments