Skip to content

Commit 6298865

Browse files
bumped version
1 parent 1944d2f commit 6298865

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
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

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.0"
3+
version = "0.1.1"
44
description = "Tools for cleaning up links"
55
authors = ["Mike Stringer <[email protected]>"]
66
repository = "https://github.com/stringertheory/clean-links"
@@ -30,7 +30,7 @@ mkdocstrings = {extras = ["python"], version = "^0.23.0"}
3030

3131

3232
[tool.bumpversion]
33-
current_version = "0.1.0"
33+
current_version = "0.1.1"
3434
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
3535
serialize = ["{major}.{minor}.{patch}"]
3636
search = "{current_version}"

0 commit comments

Comments
 (0)