Skip to content

Commit 1d7776b

Browse files
committed
Release version 0.1.0
1 parent a49ad74 commit 1d7776b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ This will build the library into a ``egg`` file::
205205

206206
./setup.py bdist_egg
207207

208-
The output egg file can be found in the created ``disr`` folder.
208+
The output egg file can be found in the created ``dist`` folder.
209209

210210

211211
Install library

src/s2e2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__title__ = 's2e2'
1212
__author__ = 'Mikhail Zinin (mzinin@gmail.com)'
1313
__license__ = 'MIT'
14-
__version__ = '0.0.0'
14+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)