Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Nov 13, 2023
1 parent 13642c3 commit 3ac84d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion mizgra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__author__ = 'Łukasz Szeremeta'
__email__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="mizgra",
version="1.0.0",
version="1.0.1",
author="Łukasz Szeremeta",
author_email="[email protected]",
install_requires=["importlib-resources>=2.0.0", "lxml>=4.9.2", "rdflib>=6.2.0"],
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/lszeremeta/mizgra/"

[version]
current = "1.0.0"
current = "1.0.1"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 3ac84d6

Please sign in to comment.