Skip to content

Commit 1bfad87

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 4098a38 commit 1bfad87

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

66
[bumpversion:file:pyproject.toml]
77
search = version = "{current_version}"
88
replace = version = "{new_version}"
9-
10-
[bumpversion:file:location_api/__init__.py]
11-
search = __version__ = '{current_version}'
12-
replace = __version__ = '{new_version}'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-location-api"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Django package for location services"
55
authors = [{ name = "Carl Robben", email = "carl@successmonkey.co.nz" }]
66
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)