Stan Jansen hace 2 años
padre
commit
a6b1182dfa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -1,6 +1,7 @@
 from setuptools import setup
 
 setup(name="kindlerss",
+      version="1.0.0",
       descirption="Turn an RSS feed into a kindle-readable web page",
       py_modules = ['kindlerss'],
       install_requires=["lxml"])