We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4098a38 commit 1bfad87Copy full SHA for 1bfad87
.bumpversion.cfg
@@ -1,12 +1,8 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
tag = True
5
6
[bumpversion:file:pyproject.toml]
7
search = version = "{current_version}"
8
replace = version = "{new_version}"
9
-
10
-[bumpversion:file:location_api/__init__.py]
11
-search = __version__ = '{current_version}'
12
-replace = __version__ = '{new_version}'
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "django-location-api"
-version = "0.1.0"
+version = "0.1.1"
description = "Django package for location services"
authors = [{ name = "Carl Robben", email = "carl@successmonkey.co.nz" }]
requires-python = ">=3.10,<4"
0 commit comments