Bump version number
This commit is contained in:
parent
b54c732af4
commit
ff95c88bc5
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
:copyright: Copyright (c) 2016 Jan Dittberner
|
||||
:license: GPLv3+, see COPYING file for details.
|
||||
"""
|
||||
__version__ = '0.1.1'
|
||||
__version__ = '0.2.0'
|
||||
|
||||
import re
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@
|
|||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
version = '0.1.1'
|
||||
version = '0.2.0'
|
||||
|
||||
with open('README.rst') as readme:
|
||||
description = readme.read() + "\n\n"
|
||||
|
|
Loading…
Reference in a new issue