Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
quba42 committed Jan 3, 2022
1 parent c7ba99e commit c833179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2.dev
current_version = 0.0.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name="pulp-cli-deb",
description="Command line interface to talk to pulpcore's REST API. (Debian plugin commands)",
version="0.0.2.dev",
version="0.0.2",
packages=plugin_packages,
package_data={package: ["py.typed"] for package in plugin_packages},
python_requires=">=3.6",
Expand Down

0 comments on commit c833179

Please sign in to comment.