Skip to content

Commit

Permalink
chore: 1.0.0 version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
bohan-amplitude authored Jun 29, 2022
1 parent a7b0f27 commit 6c44f7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version_variable = [
"src/amplitude/constants.py:SDK_VERSION"
]
major_on_zero = true
major_on_zero = false
branch = "main"
upload_to_PyPI = true
upload_to_release = true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author="Amplitude Inc.",
author_email="sdk.dev@amplitude.com",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
# Indicate who your project is intended for
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion src/amplitude/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum

SDK_LIBRARY = "amplitude-python"
SDK_VERSION = "0.4.1"
SDK_VERSION = "1.0.0"

EU_ZONE = "EU"
DEFAULT_ZONE = "US"
Expand Down

0 comments on commit 6c44f7f

Please sign in to comment.