diff --git a/requirements.txt b/requirements.txt index b8ba402..2156377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -https://github.com/PeachyPrinter/peachy-firmware-flash/releases/download/0.0.1.61/PeachyPrinterFirmwareAPI-0.0.1.61.tar.gz \ No newline at end of file +https://github.com/PeachyPrinter/peachy-firmware-flash/releases/download/0.0.1.62/PeachyPrinterFirmwareAPI-0.0.1.62.tar.gz \ No newline at end of file diff --git a/src/setup.py b/src/setup.py index 82c4cff..7c19274 100644 --- a/src/setup.py +++ b/src/setup.py @@ -27,7 +27,7 @@ 'pyserial>=2.7', 'numpy>=1.9.2', 'libusb1>=1.3.1', - 'PeachyPrinterFirmwareAPI==0.0.1.61' + 'PeachyPrinterFirmwareAPI==0.0.1.62' ], packages=find_packages(), py_modules=['VERSION'],