[enh] release v0.12.0

This commit is contained in:
Adam Tauber 2024-11-13 14:46:03 +01:00
parent 1c22c7066f
commit b91c075e6a
1 changed files with 2 additions and 2 deletions

View File

@ -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()