Skip to content

Commit

Permalink
chore: Bump package version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed Jun 3, 2023
1 parent 0df0e66 commit 112d1c0
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 @@ -24,7 +24,7 @@

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

__author__ = "Toluwaleke Ogundipe"

version_info = (0, 1, 0, "dev")
version_info = (0, 1, 0)

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

0 comments on commit 112d1c0

Please sign in to comment.