From b91c075e6afa48bbaf1dd4df29e3eefb5c6b9dc4 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Wed, 13 Nov 2024 14:46:03 +0100 Subject: [PATCH] [enh] release v0.12.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 475a86f..546012e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ DESCRIPTION = 'Irregular methods for regular expressions' URL = 'https://github.com/asciimoo/exrex' EMAIL = 'asciimoo@gmail.com' AUTHOR = 'Adam Tauber' -VERSION = '0.10.6' +VERSION = '0.12.0' # What packages are required for this module to be executed? REQUIRED = [ @@ -78,7 +78,7 @@ class UploadCommand(Command): self.status('Pushing git tagsā€¦') os.system('git tag v{0}'.format(about['__version__'])) os.system('git push --tags') - + sys.exit()