Skip to content

Commit

Permalink
Release Time
Browse files Browse the repository at this point in the history
  • Loading branch information
Middledot committed Oct 2, 2022
1 parent 7d36d70 commit 3254bd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shazam"
version = "0.2.0"
version = "1.0.0"
edition = "2021"

[lib]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "maturin"
name = "shazam.py"
description = "Shazam API wrapper"
license = {text = "MIT"}
version = "1.0.0"
authors = [
{name = "Middledot", email = "[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="shazam.py",
version="1.0.0a",
version="1.0.0",
license="MIT",
author="Middledot",
author_email="[email protected]",
Expand Down

0 comments on commit 3254bd2

Please sign in to comment.