Skip to content

Commit

Permalink
Bump to version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed Nov 22, 2009
1 parent 4f64222 commit f180197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinyin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@

# Expose package metadata via the quasi-standard __version__
# attribute: http://www.python.org/dev/peps/pep-0008/
__version_info__ = ('0', '6')
__version_info__ = ('0', '6', '3')
__version__ = '.'.join(__version_info__)

0 comments on commit f180197

Please sign in to comment.