diff --git a/.bumpversion.toml b/.bumpversion.toml index 4473625..e82841e 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.5.2" +current_version = "0.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/.version b/.version index e69de29..2411653 100644 --- a/.version +++ b/.version @@ -0,0 +1 @@ +0.5.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 404513d..00169e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komgapi" -version = "0.5.2" +version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [