Skip to content

Commit

Permalink
chore: Bump package version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed May 17, 2023
1 parent c17ad3d commit daa1d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="urwidgets",
version="0.1.0",
version="0.1.1",
author="AnonymouX47",
author_email="anonymoux47@gmail.com",
url="https://github.com/AnonymouX47/urwidgets",
Expand Down
2 changes: 1 addition & 1 deletion src/urwidgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
parse_text,
)

version_info = (0, 1, 0)
version_info = (0, 1, 1)

# Follows https://semver.org/spec/v2.0.0.html
__version__ = ".".join(map(str, version_info[:3]))
Expand Down

0 comments on commit daa1d1a

Please sign in to comment.