Skip to content

Commit 5646b69

Browse files
committed
Bump version to 0.1.0.dev
1 parent 8a799c0 commit 5646b69

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pulp-glue-npm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-glue-npm"
7-
version = "0.0.1.dev0"
7+
version = "0.1.0.dev"
88
description = "Version agnostic glue library to talk to pulpcore's REST API. (Npm plugin)"
99
readme = "README.md"
1010
requires-python = ">=3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1.dev0"
1+
__version__ = "0.1.0.dev"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pulp-cli-npm"
7-
version = "0.0.1.dev0"
7+
version = "0.1.0.dev"
88
description = "Command line interface to talk to pulpcore's REST API. (Npm plugin commands)"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -23,7 +23,7 @@ classifiers=[
2323
]
2424
dependencies = [
2525
"pulp-cli>=0.36.0,<0.37",
26-
"pulp-glue-npm==0.0.1.dev0",
26+
"pulp-glue-npm==0.1.0.dev",
2727
]
2828

2929
[project.urls]
@@ -67,7 +67,7 @@ namespaces = true
6767

6868
[tool.bumpversion]
6969
# This section is managed by the cookiecutter templates.
70-
current_version = "0.0.1.dev0"
70+
current_version = "0.1.0.dev"
7171
commit = false
7272
tag = false
7373
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

src/pulpcore/cli/npm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
translation = get_translation(__package__)
1414
_ = translation.gettext
1515

16-
__version__ = "0.0.1.dev0"
16+
__version__ = "0.1.0.dev"
1717

1818

1919
@pulp_group(name="npm")

0 commit comments

Comments
 (0)