Skip to content

Commit

Permalink
Upgrade to latest openscad_runer
Browse files Browse the repository at this point in the history
  • Loading branch information
Garth Minette committed Mar 9, 2021
1 parent 4015003 commit 2eedbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = "1.1.8"
VERSION = "1.1.9"


with open('README.rst') as f:
Expand Down Expand Up @@ -43,7 +43,7 @@
install_requires=[
'setuptools',
'Pillow>=7.2.0',
'openscad_runner>=1.0.7'
'openscad_runner>=1.0.8'
],
data_files=data_files,
entry_points = {
Expand Down

0 comments on commit 2eedbb2

Please sign in to comment.