File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22version_variable = [
33 " src/amplitude/constants.py:SDK_VERSION"
44]
5- major_on_zero = true
5+ major_on_zero = false
66branch = " main"
77upload_to_PyPI = true
88upload_to_release = true
Original file line number Diff line number Diff line change 2020 author = "Amplitude Inc." ,
21212222 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" ,
Original file line number Diff line number Diff line change 11from enum import Enum
22
33SDK_LIBRARY = "amplitude-python"
4- SDK_VERSION = "0.4.1 "
4+ SDK_VERSION = "1.0.0 "
55
66EU_ZONE = "EU"
77DEFAULT_ZONE = "US"
You can’t perform that action at this time.
0 commit comments