diff options
author | Hiroshi Murayama <opiopan@gmail.com> | 2019-09-12 23:44:50 +0900 |
---|---|---|
committer | Hiroshi Murayama <opiopan@gmail.com> | 2019-09-12 23:44:50 +0900 |
commit | 00351ebe277aeb90e7463d1b0bd55402249c4687 (patch) | |
tree | a4c7f3e0e015a88af6770cfe9daa12cd21952b4d /setup.py | |
parent | 4c4ba0762b30fdd4633a6d2868c508184d681b7d (diff) | |
download | gerbonara-00351ebe277aeb90e7463d1b0bd55402249c4687.tar.gz gerbonara-00351ebe277aeb90e7463d1b0bd55402249c4687.tar.bz2 gerbonara-00351ebe277aeb90e7463d1b0bd55402249c4687.zip |
add IP command handling function
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ def read(fname): METADATA = { 'name': 'pcb-tools-extension', - 'version': "0.1.6", + 'version': "0.9.0", 'author': 'Hiroshi Murayama <opiopan@gmail.com>', 'author_email': "opiopan@gmail.com", 'description': ("Extension for pcb-tools package to panelize gerber files"), @@ -21,7 +21,7 @@ METADATA = { 'long_description': read('README.md'), 'long_description_content_type': 'text/markdown', 'classifiers': [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Topic :: Utilities", "License :: OSI Approved :: Apache Software License", 'Programming Language :: Python :: 3', |