Skip to content

Commit

Permalink
Add "minor" own versioning ".sg"
Browse files Browse the repository at this point in the history
  • Loading branch information
avnik committed Oct 28, 2013
1 parent d5cf749 commit 539a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""C Extension for faster UUID generation using libuuid."""

__version_info__ = (0, 9, 0)
__version_info__ = (0, 9, 0, "sg")
__version__ = ".".join(map(str, __version_info__))
__author__ = "Daniel Lundin"
__contact__ = "[email protected]"
Expand Down

0 comments on commit 539a37b

Please sign in to comment.