Skip to content

Commit

Permalink
Correct downloads URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Garth Minette committed Feb 16, 2021
1 parent 68d3343 commit d745d10
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.0.3"
VERSION = "1.0.4"


with open('README.rst') as f:
Expand All @@ -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.2.zip',
download_url='https://github.com/revarbat/openscad_runner/archive/v1.0.4.zip',
packages=['openscad_runner'],
license='MIT License',
classifiers=[
Expand Down

0 comments on commit d745d10

Please sign in to comment.