Browse Source

icopy2xls bump to 0.0.3

bernhardbuhl 3 years ago
parent
commit
d5d7b1d576
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -6,7 +6,7 @@ if __name__ == '__main__':
 
     setuptools.setup(
         name="icopy2xls",
-        version="0.0.2",
+        version="0.0.3",
         author="Bernhard Buhl",
         author_email="info@baangt.org",
         description="Append rows of one Excel sheet to another, if header lines fit",