Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taxpon committed Apr 29, 2019
1 parent dd98221 commit 9fec724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openpyscad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .custom2dshapes import Custom2dShapes

__name__ = "OpenPySCAD"
__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "Takuro Wada"
__email__ = "[email protected]"
__url__ = "https://github.com/taxpon/openpyscad"
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
license=openpyscad.__license__,
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Code Generators"
]
)

0 comments on commit 9fec724

Please sign in to comment.