Skip to content

Commit e359bdf

Browse files
committed
Version 0.1.2
1 parent 33ec191 commit e359bdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atomicwrites/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
import tempfile
55

6-
__version__ = '0.1.1'
6+
__version__ = '0.1.2'
77

88
if sys.platform != 'win32':
99
def replace_atomic(src, dst):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author='Markus Unterwaditzer',
2626
author_email='markus@unterwaditzer.net',
2727
url='https://github.com/untitaker/python-atomicwrites',
28-
description='Atomic file writes on POSIX',
28+
description='Atomic file writes.',
2929
license='MIT',
3030
long_description=open('README.rst').read(),
3131
packages=find_packages(exclude=['tests.*', 'tests']),

0 commit comments

Comments
 (0)