diff --git a/setup.cfg b/setup.cfg index eb6c6a9..e6d5c54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pycx2 -version = 1.0.0-beta.1 +version = 1.0.3 author = Rangga Fajar Oktariansyah author_email = fajarrkim@gmail.com description = Compiler Python version 2 source file to binary diff --git a/setup.py b/setup.py index 85d5855..f9b0a09 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="pycx2", - version="1.0.0-beta.1", + version="1.0.3", description="Compiler Python version 2 source file to binary", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown",