Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
marinho committed Aug 4, 2011
1 parent ff42527 commit 0d05d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geraldo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
- tests - a package with automated doc tests.
"""

VERSION = (0, 4, 14, 'stable')
VERSION = (0, 4, 14)

def get_version():
return '%d.%d.%d-%s'%VERSION
return '%d.%d.%d'%VERSION

__author__ = 'Marinho Brandao'
__license__ = 'GNU Lesser General Public License (LGPL)'
Expand Down

0 comments on commit 0d05d9f

Please sign in to comment.