Version bump

This commit is contained in:
Ryan McGrath 2012-04-11 07:49:42 -04:00
parent 38c5cf5b2d
commit c90ccd79a6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#!/usr/bin/python #!/usr/bin/python
__author__ = "Ryan McGrath <ryan@venodesigns.net>" __author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "1.0" __version__ = "1.0.1"
""" """
A class that allows for easy transliteration of [Hirag/Katak]ana A class that allows for easy transliteration of [Hirag/Katak]ana

View file

@ -4,7 +4,7 @@ from setuptools import setup
from setuptools import find_packages from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>' __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '1.0.0' __version__ = '1.0.1'
setup( setup(
# Basic package information. # Basic package information.