summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-05-07 12:37:31 -0700
committerDavid Lord <davidism@gmail.com>2018-11-02 09:09:02 -0700
commite8cef57a07cfd28d085bdd972b064c443c3f4208 (patch)
treee2ab2c87ed3eda9a1291e80ef4b950becd3c27f7 /src
parentab27b34c46e5c71e5fad3dff06c1fce8fd97bd68 (diff)
downloadmarkupsafe-e8cef57a07cfd28d085bdd972b064c443c3f4208.tar.gz
build linux and mac wheels with cibuildwheel
upload wheels to aws s3
Diffstat (limited to 'src')
-rw-r--r--src/markupsafe/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markupsafe/__init__.py b/src/markupsafe/__init__.py
index f67e5be..29fe1bd 100644
--- a/src/markupsafe/__init__.py
+++ b/src/markupsafe/__init__.py
@@ -16,7 +16,7 @@ from markupsafe._compat import (
PY2, int_types, iteritems, string_types, text_type, unichr, Mapping
)
-__version__ = '1.1'
+__version__ = '1.1.dev'
__all__ = ['Markup', 'soft_unicode', 'escape', 'escape_silent']