Skip to content

Commit

Permalink
Bumping to 0.6.0.dev
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
David Davis authored and daviddavis committed Feb 21, 2021
1 parent 0bd4217 commit a72e518
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.0
current_version = 0.6.0.dev
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 pulpcore/cli/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pulpcore.cli.common.debug import debug

_ = gettext.gettext
__version__ = "0.5.0"
__version__ = "0.6.0.dev"


##############################################################################
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/pulp/pulp-cli",
version="0.5.0",
version="0.6.0.dev",
packages=packages,
package_data={package: ["py.typed"] for package in packages},
python_requires=">=3.6",
Expand Down

0 comments on commit a72e518

Please sign in to comment.