Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Víctor Terrón committed Jun 8, 2015
1 parent bc4aab8 commit b3b60d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python

__version_info__ = (0, 2, 0)
__version_info__ = (0, 3, 0)
__version__ = '.'.join(str(x) for x in __version_info__)

0 comments on commit b3b60d1

Please sign in to comment.