We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49ad74 commit 1d7776bCopy full SHA for 1d7776b
2 files changed
README.rst
@@ -205,7 +205,7 @@ This will build the library into a ``egg`` file::
205
206
./setup.py bdist_egg
207
208
-The output egg file can be found in the created ``disr`` folder.
+The output egg file can be found in the created ``dist`` folder.
209
210
211
Install library
src/s2e2/__init__.py
@@ -11,4 +11,4 @@
11
__title__ = 's2e2'
12
__author__ = 'Mikhail Zinin (mzinin@gmail.com)'
13
__license__ = 'MIT'
14
-__version__ = '0.0.0'
+__version__ = '0.1.0'
0 commit comments