File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pulp-glue-npm"
7- version = " 0.0.1.dev0 "
7+ version = " 0.1.0.dev "
88description = " Version agnostic glue library to talk to pulpcore's REST API. (Npm plugin)"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1.dev0 "
1+ __version__ = "0.1.0.dev "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pulp-cli-npm"
7- version = " 0.0.1.dev0 "
7+ version = " 0.1.0.dev "
88description = " Command line interface to talk to pulpcore's REST API. (Npm plugin commands)"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -23,7 +23,7 @@ classifiers=[
2323]
2424dependencies = [
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 "
7171commit = false
7272tag = false
7373parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change 1313translation = 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" )
You can’t perform that action at this time.
0 commit comments