Skip to content

Commit

Permalink
🔖 Bump version 0.2.5 -> 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
furious-luke committed Feb 27, 2022
1 parent d0ebfd9 commit 5893332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-address"
version = "0.2.5"
version = "0.2.6"
description = "A django application for describing addresses."
authors = ["Luke Hodkinson <[email protected]>"]
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

version = "0.2.5"
version = "0.2.6"

if sys.argv[-1] == "tag":
print("Tagging the version on github:")
Expand Down

0 comments on commit 5893332

Please sign in to comment.