Skip to content

Commit 6c44f7f

Browse files
chore: 1.0.0 version (#30)
1 parent a7b0f27 commit 6c44f7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version_variable = [
33
"src/amplitude/constants.py:SDK_VERSION"
44
]
5-
major_on_zero = true
5+
major_on_zero = false
66
branch = "main"
77
upload_to_PyPI = true
88
upload_to_release = true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author="Amplitude Inc.",
2121
author_email="[email protected]",
2222
classifiers=[
23-
"Development Status :: 4 - Beta",
23+
"Development Status :: 5 - Production/Stable",
2424
# Indicate who your project is intended for
2525
"Intended Audience :: Developers",
2626
"License :: OSI Approved :: MIT License",

src/amplitude/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from enum import Enum
22

33
SDK_LIBRARY = "amplitude-python"
4-
SDK_VERSION = "0.4.1"
4+
SDK_VERSION = "1.0.0"
55

66
EU_ZONE = "EU"
77
DEFAULT_ZONE = "US"

0 commit comments

Comments
 (0)