diff options
author | XenGi <email@ricardo.band> | 2023-03-23 14:56:21 +0000 |
---|---|---|
committer | XenGi <email@ricardo.band> | 2023-03-23 14:56:21 +0000 |
commit | 1f1d81533a986c3a456b59a05864a1190f8a5139 (patch) | |
tree | 48603220afbe49734ab12bc16fd170ab2bfe9527 | |
parent | 1c9dcc1a9f79ed8c2855f937856b5f298fe90884 (diff) | |
download | gerbonara-1f1d81533a986c3a456b59a05864a1190f8a5139.tar.gz gerbonara-1f1d81533a986c3a456b59a05864a1190f8a5139.tar.bz2 gerbonara-1f1d81533a986c3a456b59a05864a1190f8a5139.zip |
Update __init__.py
-rw-r--r-- | gerbonara/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gerbonara/__init__.py b/gerbonara/__init__.py index 924d282..d8cffd4 100644 --- a/gerbonara/__init__.py +++ b/gerbonara/__init__.py @@ -29,5 +29,3 @@ from .rs274x import GerberFile from .excellon import ExcellonFile from .ipc356 import Netlist from .layers import LayerStack - -__version__ = '0.13.0' |