Browse Source

error in version string

Peter Magnusson 8 years ago
parent
commit
c5ee6c0d2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -1,7 +1,7 @@
 from setuptools import setup
 
 setup(name='nodemcu-uploader',
-      version='0.1.22',
+      version='0.1.2',
       install_requires=[
           'pyserial==2.7'
       ],