From ffd6e9587109330ea2793b920ff4e4ed6b39774a Mon Sep 17 00:00:00 2001 From: Ales Erjavec Date: Tue, 2 Aug 2022 13:08:40 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0rc1=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"