diff --git a/setup.py b/setup.py index a327c78..1ad9827 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup PACKAGE_NAME = 'hakai-segmentation' -VERSION = '0.3.0rc1' +VERSION = '0.3.0' packages = [ 'hakai_segmentation',