Skip to content

Commit

Permalink
REL : Tag v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Oct 3, 2014
1 parent 26cd36e commit da0c3a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

MAJOR = 0
MINOR = 2
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
Expand Down

0 comments on commit da0c3a2

Please sign in to comment.