Skip to content

Commit

Permalink
Fixing version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pseeth committed Oct 18, 2022
1 parent e8ef015 commit 6cf5636
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
with open("README.md") as f:
long_description = f.read()

version = "0.4.5"

setup(
name="audiotools",
version=version,
version="0.4.5",
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: Education",
Expand Down

0 comments on commit 6cf5636

Please sign in to comment.