Browse Source

CloneXLS bump to 0.0.7

bernhardbuhl 3 years ago
parent
commit
38c2a66e31
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="xlsclone",
-        version="0.0.6",
+        version="0.0.7",
         author="Bernhard Buhl",
         author_email="info@baangt.org",
         description="Make a copy of an XLSX and keept it in sync with source, even if copied version is changed",