Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Feb 1, 2024
1 parent 554fea3 commit a725290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clean_links/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from clean_links.normalize import normalize_url
from clean_links.unshorten import unshorten_url

__version__ = "0.1.2"
__version__ = "0.1.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "clean_links"
version = "0.1.2"
version = "0.1.3"
description = "Tools for cleaning up links"
authors = ["Mike Stringer <[email protected]>"]
repository = "https://github.com/stringertheory/clean-links"
Expand Down Expand Up @@ -31,7 +31,7 @@ mkdocstrings = {extras = ["python"], version = "^0.23.0"}


[tool.bumpversion]
current_version = "0.1.2"
current_version = "0.1.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit a725290

Please sign in to comment.