diff --git a/setup.py b/setup.py index c3c5f9d..4c1e714 100644 --- a/setup.py +++ b/setup.py @@ -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)