Skip to content

Commit

Permalink
Updating versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rothenberg committed Oct 26, 2016
1 parent b533f7e commit ee73195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
import warnings
from textwrap import dedent

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

Expand Down

0 comments on commit ee73195

Please sign in to comment.