Skip to content

Commit

Permalink
fix version (0.0.4 instead of 0.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Jun 8, 2015
1 parent 2923fba commit ed4e60e
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, 4, 1) # PEP 386
VERSION = (0, 0, 4) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

0 comments on commit ed4e60e

Please sign in to comment.