bump version files

This commit is contained in:
2025-01-09 13:13:27 +01:00
parent c697a3b78e
commit 3d4d1f2601
3 changed files with 5 additions and 1 deletions

View File

@@ -6,3 +6,6 @@ commit = True
[bumpversion:file:src/__init__.py] [bumpversion:file:src/__init__.py]
search = __version__ = "{current_version}" search = __version__ = "{current_version}"
replace = __version__ = "{new_version}" replace = __version__ = "{new_version}"
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.12

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "librarysystem" name = "librarysystem"
version = "0.1.0" version = "0.2.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"