Skip to content

Commit

Permalink
Updated version to update pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
Lispython committed May 8, 2012
1 parent 00d9704 commit 46473c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alstat/__init__.py
Expand Up @@ -13,7 +13,7 @@
__all__ = ('get_version', )
__author__ = "Alex Lispython (alex@obout.ru)"
__license__ = "BSD, see LICENSE for more details"
__version_info__ = (0, 0, 2)
__version_info__ = (0, 0, 3)
__version__ = ".".join(map(str, __version_info__))
__maintainer__ = "Alexandr Lispython (alex@obout.ru)"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

from setuptools import Command, setup

__version__ = (0, 0, 2)
__version__ = (0, 0, 3)


try:
Expand Down

0 comments on commit 46473c5

Please sign in to comment.