forked from devbisme/skidl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dave Vandenbout
committed
Sep 15, 2018
1 parent
e92abf3
commit 5eb1c2d
Showing
4 changed files
with
56 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import sys | ||
import setuptools | ||
|
||
__version__ = '0.0.23' | ||
__version__ = '0.0.24' | ||
__author__ = 'XESS Corp.' | ||
__email__ = '[email protected]' | ||
|
||
|
@@ -55,9 +55,9 @@ | |
install_requires=requirements, | ||
license="MIT", | ||
zip_safe=False, | ||
keywords='skidl electronic circuit schematics', | ||
keywords='skidl kicad electronic circuit schematics', | ||
classifiers=[ | ||
'Development Status :: 3 - Alpha', | ||
'Development Status :: 4 - Beta', | ||
'Intended Audience :: Developers', | ||
'License :: OSI Approved :: MIT License', | ||
'Natural Language :: English', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = '0.0.23' | ||
__version__ = '0.0.24' | ||
__author__ = 'XESS Corp.' | ||
__email__ = '[email protected]' |