Skip to content

Commit 6ef2368

Browse files
committed
Bump version: 0.2.0 → 0.2.1.dev
1 parent f472523 commit 6ef2368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pulp_hugging_face/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class PulpHuggingFacePluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_hugging_face.app"
88
label = "hugging_face"
9-
version = "0.2.0"
9+
version = "0.2.1.dev"
1010
python_package_name = "pulp_hugging_face"
1111
domain_compatible = True

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77

88
[project]
99
name = "pulp-hugging-face"
10-
version = "0.2.0"
10+
version = "0.2.1.dev"
1111
description = "pulp-hugging-face plugin for the Pulp Project"
1212
readme = "README.md"
1313
authors = [
@@ -122,7 +122,7 @@ ignore = [
122122
[tool.bumpversion]
123123
# This section is managed by the plugin template. Do not edit manually.
124124

125-
current_version = "0.2.0"
125+
current_version = "0.2.1.dev"
126126
commit = false
127127
tag = false
128128
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<alpha>0a)?(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"

0 commit comments

Comments
 (0)