]> git.jsancho.org Git - datasette-pytables.git/blobdiff - setup.py
Getting ready for 1.0.2
[datasette-pytables.git] / setup.py
index 8b013294588d86200391fc5cab5ce05ce90993dd..032a946069d0e7daf1e2c7096ac9592e228b965f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 
 def get_version():
     with open('VERSION') as fd:
 
 def get_version():
     with open('VERSION') as fd:
-        return fd.read()
+        return fd.read().strip()
 
 def get_long_description():
     with open(os.path.join(
 
 def get_long_description():
     with open(os.path.join(