Skip to content

Commit d65be2d

Browse files
committed
reset version
1 parent c89bece commit d65be2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ packages = ["src/ghpython_componentizer"]
5454
include = ["src", "tests", "README.md", "CHANGELOG.md", "LICENSE"]
5555

5656
[tool.bumpversion]
57-
current_version = "0.1.0"
57+
current_version = "0.0.0"
5858
message = "Bump version to {new_version}"
5959
commit = true
6060
tag = true

src/ghpython_componentizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package remains usable on machines without a .NET runtime.
1313
"""
1414

15-
__version__ = "0.1.0"
15+
__version__ = "0.0.0"
1616

1717
from typing import TYPE_CHECKING
1818

0 commit comments

Comments
 (0)