Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Bump version to 1.19.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Sep 21, 2019
1 parent e6df027 commit 614ff28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
from setuptools import setup


# setuptools-scm would extract version from a git tag, but one has to mention setuptools-scm in
# `setup_requires` field, and pip does not play well with that one, and it's all kinds of messy
# and I see no light :((
VERSION = '1.19.1'


if __name__ == '__main__':
setup(name='gluetool',
version=VERSION,
packages=[
'gluetool',
'gluetool.pylint',
Expand Down

0 comments on commit 614ff28

Please sign in to comment.