We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7cce5 commit 890e7aeCopy full SHA for 890e7ae
1 file changed
atomicwrites/__init__.py
@@ -9,7 +9,7 @@
9
except ImportError:
10
fcntl = None
11
12
-__version__ = '1.2.1'
+__version__ = '1.3.0'
13
14
15
PY2 = sys.version_info[0] == 2
0 commit comments