File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
105105The 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
Original file line number Diff line number Diff line change 1- SDK_VERSION = "0.1 .0"
1+ SDK_VERSION = "1.0 .0"
22
33SDK_HEADERS = {
44 "X-BLUEBUTTON-SDK" : "python" ,
Original file line number Diff line number Diff line change 66
77setuptools .setup (
88 name = "cms-bluebutton-sdk" ,
9- version = "0.1.2 " ,
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" ,
You can’t perform that action at this time.
0 commit comments