Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
b3no committed Apr 14, 2011
1 parent c3bba77 commit 9b3cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_parser/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This file is part of http_parser released under the MIT license. # This file is part of http_parser released under the MIT license.
# See the NOTICE for more information. # See the NOTICE for more information.


version_info = (0, 1, 2) version_info = (0, 1, 3)
__version__ = ".".join(map(str, version_info)) __version__ = ".".join(map(str, version_info))

0 comments on commit 9b3cb6d

Please sign in to comment.