Skip to content

Commit a725290

Browse files
bumping version
1 parent 554fea3 commit a725290

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clean_links/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from clean_links.normalize import normalize_url
33
from clean_links.unshorten import unshorten_url
44

5-
__version__ = "0.1.2"
5+
__version__ = "0.1.3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clean_links"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Tools for cleaning up links"
55
authors = ["Mike Stringer <[email protected]>"]
66
repository = "https://github.com/stringertheory/clean-links"
@@ -31,7 +31,7 @@ mkdocstrings = {extras = ["python"], version = "^0.23.0"}
3131

3232

3333
[tool.bumpversion]
34-
current_version = "0.1.2"
34+
current_version = "0.1.3"
3535
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
3636
serialize = ["{major}.{minor}.{patch}"]
3737
search = "{current_version}"

0 commit comments

Comments
 (0)