Change version to 2.2.0 (semantic versioning)
This commit is contained in:
parent
aa6aec7d86
commit
7b819c931c
2 changed files with 5 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
from setuptools import setup, find_packages
|
||||
import os
|
||||
from yapps import __version__ as version
|
||||
|
||||
pkg_root = os.path.dirname(__file__)
|
||||
|
||||
|
|
@ -10,8 +11,8 @@ try: readme = open(os.path.join(pkg_root, 'README.txt')).read()
|
|||
except IOError: readme = ''
|
||||
|
||||
setup(
|
||||
name = 'yapps',
|
||||
version = '14.04.0',
|
||||
name = 'Yapps2',
|
||||
version = version,
|
||||
author = 'Amit J. Patel, Matthias Urlichs',
|
||||
author_email = 'amitp@cs.stanford.edu, smurf@debian.org',
|
||||
maintainer = 'Mike Kazantsev',
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
__version__ = "2.2.0"
|
||||
Loading…
Reference in a new issue