-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix for --camera. Added verbose mode.
- Loading branch information
Garth Minette
committed
Feb 17, 2021
1 parent
4801941
commit 1317dae
Showing
2 changed files
with
13 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
from setuptools import setup | ||
|
||
VERSION = "1.0.5" | ||
VERSION = "1.0.6" | ||
|
||
|
||
with open('README.rst') as f: | ||
|
@@ -19,7 +19,7 @@ | |
author='Revar Desmera', | ||
author_email='[email protected]', | ||
url='https://github.com/revarbat/openscad_runner', | ||
download_url='https://github.com/revarbat/openscad_runner/archive/v1.0.5.zip', | ||
download_url='https://github.com/revarbat/openscad_runner/archive/v1.0.6.zip', | ||
packages=['openscad_runner'], | ||
license='MIT License', | ||
classifiers=[ | ||
|