Skip to content

Commit

Permalink
Updated MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Lispython committed May 9, 2012
1 parent cc4f1de commit ad8f4fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -7,6 +7,7 @@ recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
recursive-exclude tests *.pyc
recursive-exclude tests *.pyo
recursive-exclude alstat *.pyc *.pyo
recursive-exclude examples *.pyc
recursive-exclude examples *.pyo

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, 5)
__version_info__ = (0, 0, 6)
__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, 5)
__version__ = (0, 0, 6)


try:
Expand Down

0 comments on commit ad8f4fd

Please sign in to comment.