Skip to content

Commit

Permalink
Re-release of v.1.2.0 with fixed RTD hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rothenberg committed Feb 16, 2016
1 parent a339358 commit f3aa7d9
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 @@ -16,7 +16,7 @@
from textwrap import dedent

MAJOR, MINOR, MICRO = 1, 2, 0
DEV = True
DEV = False
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MICRO)

# Correct versioning with git info if DEV
Expand Down

0 comments on commit f3aa7d9

Please sign in to comment.