Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoeldaniel authored Dec 28, 2022
1 parent 12b813b commit 9e6208c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

this_directory = Path(__file__).parent

VERSION = '0.1.8'
VERSION = '0.1.8.1'
DESCRIPTION = 'Python wrapper for Genius API'
long_description = (this_directory / "README.md").read_text()

Expand All @@ -30,4 +30,4 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
]
)
)

0 comments on commit 9e6208c

Please sign in to comment.