diff --git a/Makefile b/Makefile index 75dbd77..1660906 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ package: rm -rf build python setup.py sdist bdist_wheel -VERSION = 1.2.3.2 +VERSION = 1.2.3.3 upload: python -m twine upload dist/cnstd-$(VERSION)* --verbose diff --git a/cnstd/__version__.py b/cnstd/__version__.py index 06b0f29..0e8239e 100644 --- a/cnstd/__version__.py +++ b/cnstd/__version__.py @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = '1.2.3.2' +__version__ = '1.2.3.3'