diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 253f0c5..e2e181c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.9 +current_version = 0.2.10 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/pixi.toml b/pixi.toml index 90fb1bb..a7c6892 100644 --- a/pixi.toml +++ b/pixi.toml @@ -6,7 +6,7 @@ channels = ["conda-forge"] description = "Template for organizing a volunteer-driven conference" name = "conference" platforms = ["osx-arm64", "win-64", "linux-64", "osx-64"] -version = "0.2.9" +version = "0.2.10" [tasks] postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ." diff --git a/pyproject.toml b/pyproject.toml index af4cb70..8dd6f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Conference" -version = "0.2.9" +version = "0.2.10" description = "Template for organizing a volunteer-driven conference." authors = [ { name = "Alexander CS Hendorf", email = "alexander@pioneershub.org" }