diff --git a/.bumpversion.toml b/.bumpversion.toml index d51c4f1..ee42a98 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.0-rc0" +current_version = "0.2.0-rc1" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/gitfluence/__init__.py b/gitfluence/__init__.py index 79d9f12..edbf19f 100644 --- a/gitfluence/__init__.py +++ b/gitfluence/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0-rc0" +__version__ = "0.2.0-rc1" diff --git a/pyproject.toml b/pyproject.toml index 43ba278..5050674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gitfluence" -version = "0.2.0-rc0" +version = "0.2.0-rc1" description = "Sync markdown files from a git repo to Confluence as a page hierarchy" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index ea209f9..db8a361 100644 --- a/uv.lock +++ b/uv.lock @@ -237,7 +237,7 @@ wheels = [ [[package]] name = "gitfluence" -version = "0.2.0rc0" +version = "0.2.0rc1" source = { editable = "." } dependencies = [ { name = "gitpython" },