diff --git a/release.py b/release.py index 9800e23..459729c 100644 --- a/release.py +++ b/release.py @@ -4,4 +4,4 @@ This module exists so the running application and/or deployments can introspect which version is currently deployed. """ -VERSION = "v1.0.1" \ No newline at end of file +VERSION = "1.1" \ No newline at end of file