Skip to content

Commit 818aa15

Browse files
author
JAMES FUQIAN
committed
use 3 fields version format.
1 parent e1be4ab commit 818aa15

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README-sdk-dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The resulting distribution files with be created in the `dist/` directory.
9696
- Review the files included with the following. Update the filename for the target version.
9797
9898
```
99-
unzip -l dist/cms_bluebutton_sdk-0.1.0-py3-none-any.whl
99+
unzip -l dist/cms_bluebutton_sdk-1.0.0-py3-none-any.whl
100100
```
101101
102102
@@ -105,7 +105,7 @@ The resulting distribution files with be created in the `dist/` directory.
105105
The package file can be installed via the following command:
106106
107107
```bash
108-
pip install dist/cms_bluebutton_sdk-0.1.0-py3-none-any.whl # wheel
108+
pip install dist/cms_bluebutton_sdk-1.0.0-py3-none-any.whl # wheel
109109
```
110110

111111

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 = "1.0"
1+
SDK_VERSION = "1.0.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="1.0",
9+
version="1.0.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)