diff --git a/setup.cfg b/setup.cfg index 634b4c3..6a19fab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0rc1 +current_version = 0.2.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 077c088..35af2eb 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages NAME = "AnyQt" -VERSION = "0.2.0rc1" +VERSION = "0.2.0" AUTHOR = "Aleš Erjavec" AUTHOR_EMAIL = "ales.erjavec@fri.uni-lj.si" URL = "https://github.com/ales-erjavec/anyqt"