Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Mar 13, 2015
1 parent 0defc5f commit 0f3d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ianitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# along with ianitor. If not, see <http://www.gnu.org/licenses/>.

# flake8: noqa
VERSION = (0, 0, 1) # PEP 386
VERSION = (0, 0, 2) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

0 comments on commit 0f3d1e1

Please sign in to comment.