We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ec191 commit e359bdfCopy full SHA for e359bdf
atomicwrites/__init__.py
@@ -3,7 +3,7 @@
3
import sys
4
import tempfile
5
6
-__version__ = '0.1.1'
+__version__ = '0.1.2'
7
8
if sys.platform != 'win32':
9
def replace_atomic(src, dst):
setup.py
@@ -25,7 +25,7 @@
25
author='Markus Unterwaditzer',
26
author_email='markus@unterwaditzer.net',
27
url='https://github.com/untitaker/python-atomicwrites',
28
- description='Atomic file writes on POSIX',
+ description='Atomic file writes.',
29
license='MIT',
30
long_description=open('README.rst').read(),
31
packages=find_packages(exclude=['tests.*', 'tests']),
0 commit comments