diff --git a/Lib/ufoLib/__init__.py b/Lib/ufoLib/__init__.py index c66141a..390d9ea 100755 --- a/Lib/ufoLib/__init__.py +++ b/Lib/ufoLib/__init__.py @@ -56,7 +56,7 @@ "convertUFOFormatVersion1ToFormatVersion2", ] -__version__ = "2.3.2.dev0" +__version__ = "2.3.2" class UFOLibError(Exception): pass diff --git a/setup.cfg b/setup.cfg index 3ce6617..f0c0ca8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.2.dev0 +current_version = 2.3.2 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index f44686f..260a6c3 100755 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ def run(self): setup_params = dict( name="ufoLib", - version="2.3.2.dev0", + version="2.3.2", description="A low-level UFO reader and writer.", author="Just van Rossum, Tal Leming, Erik van Blokland, others", author_email="info@robofab.com",