Ver código fonte

changed version to 0.0.4

Radu Boncea 5 anos atrás
pai
commit
bb6aaeb4ab
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      setup.py

+ 3 - 3
setup.py

@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="vat-format-checker",
-    version="0.0.3",
+    version="0.0.4",
     author="Radu Boncea",
     author_email="radu.boncea@gmail.com",
     description="A library for checking on European VAT formats",
@@ -26,8 +26,8 @@ setuptools.setup(
         "Intended Audience :: Developers",
         "Intended Audience :: Financial and Insurance Industry",
         "License :: OSI Approved :: MIT License",
-	"Programming Language :: Python :: 2.6",
-	"Programming Language :: Python :: 2.7",
+        "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3.0",
         "Programming Language :: Python :: 3.1",
         "Programming Language :: Python :: 3.2",