Skip to content

Commit

Permalink
version 0.1.3; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
socrateslee committed Sep 17, 2016
1 parent 65dd060 commit c9f0f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

long_descriptoin = ""
long_description = ""

try:
import pypandoc
Expand All @@ -10,7 +10,7 @@

sdict = {
'name': 'hostsed',
'version': "0.1.2",
'version': "0.1.3",
'packages': ['hosts'],
'zip_safe': False,
'author': 'lichun',
Expand Down

0 comments on commit c9f0f82

Please sign in to comment.