Skip to content

Commit

Permalink
Change version to 2.2.0 (semantic versioning)
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed May 16, 2014
1 parent aa6aec7 commit 7b819c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -2,6 +2,7 @@

from setuptools import setup, find_packages
import os
from yapps import __version__ as version

pkg_root = os.path.dirname(__file__)

Expand All @@ -10,8 +11,8 @@
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',
Expand Down
2 changes: 2 additions & 0 deletions yapps/__init__.py
@@ -0,0 +1,2 @@

__version__ = "2.2.0"

0 comments on commit 7b819c9

Please sign in to comment.