Skip to content

Commit

Permalink
chore: Bump package version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Aug 31, 2024
1 parent e6cde47 commit c30d54f
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 @@ -23,7 +23,7 @@

setup(
name="urwidgets",
version="0.2.0",
version="0.2.1",
author="AnonymouX47",
author_email="[email protected]",
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, 2, 0)
version_info = (0, 2, 1)

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

0 comments on commit c30d54f

Please sign in to comment.