Bump version: 0.2.0 → 0.2.1
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.2.0
|
current_version = 0.2.1
|
||||||
tag = True
|
tag = True
|
||||||
commit = True
|
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]
|
[bumpversion:file:pyproject.toml]
|
||||||
search = version = "{current_version}"
|
search = version = "{current_version}"
|
||||||
replace = version = "{new_version}"
|
replace = version = "{new_version}"
|
||||||
|
|
||||||
[bumpversion:file:.version]
|
[bumpversion:file:.version]
|
||||||
search = {current_version}
|
search = {current_version}
|
||||||
replace = {new_version}
|
replace = {new_version}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "librarysystem"
|
name = "librarysystem"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ from loguru import logger
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import atexit
|
import atexit
|
||||||
import argparse
|
import argparse
|
||||||
__version__ = "0.2.0"
|
__version__ = "0.2.1"
|
||||||
__author__ = "Alexander Kirchner"
|
__author__ = "Alexander Kirchner"
|
||||||
__email__ = "alexander.kirchner@ph-freiburg.de"
|
__email__ = "alexander.kirchner@ph-freiburg.de"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user