diff --git a/setup.py b/setup.py index ee5bc93..71eeaeb 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ LONG_DESCRIPTION = f.read() # The full version, including alpha/beta/rc tags -RELEASE = "2.1.0" +RELEASE = "2.1.1" # The short X.Y version VERSION = ".".join(RELEASE.split(".")[:2])