diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5082746..ccfb53f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 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 fa40f06..5302c8a 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.9.0" +version = "0.9.1" [tasks] postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ." diff --git a/pyproject.toml b/pyproject.toml index 4f4d360..2ebe55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Conference" -version = "0.9.0" +version = "0.9.1" description = "Template for organizing a volunteer-driven conference." authors = [ { name = "Alexander CS Hendorf", email = "alexander@pioneershub.org" }