We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60aea7 commit 81dd831Copy full SHA for 81dd831
atomicwrites/__init__.py
@@ -8,7 +8,7 @@
8
except ImportError:
9
fcntl = None
10
11
-__version__ = '1.1.0'
+__version__ = '1.1.5'
12
13
14
PY2 = sys.version_info[0] == 2
0 commit comments