Skip to content

Commit e1be4ab

Browse files
author
JAMES FUQIAN
committed
set sdk version to 1.0
1 parent 715eea2 commit e1be4ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cms_bluebutton/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SDK_VERSION = "0.1.0"
1+
SDK_VERSION = "1.0"
22

33
SDK_HEADERS = {
44
"X-BLUEBUTTON-SDK": "python",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="cms-bluebutton-sdk",
9-
version="0.1.2",
9+
version="1.0",
1010
author="CMS Blue Button 2.0 Team",
1111
author_email="bb2@example.com", # TODO: Do we want to include?
1212
license="CC0 1.0 Universal",

0 commit comments

Comments
 (0)