add video, bump version

This commit is contained in:
Nikolay Khabarov
2017-07-15 04:10:01 +03:00
parent 099dedaabf
commit c09fd31457
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ except(IOError, ImportError):
from setuptools import setup, find_packages
setup(
name="pycnc",
version="0.1.3",
version="1.0.0",
packages=find_packages(),
scripts=['pycnc'],
@@ -22,4 +22,3 @@ setup(
keywords="CNC 3D printer robot raspberry pi",
url="https://github.com/Nikolay-Kha/PyCNC",
)