Skip to content

Commit

Permalink
Release version v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Jan 9, 2017
1 parent 1b2fe3b commit 3aa8534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import time


__version__ = "1.3-dev"
__version__ = "1.3"

PYTHON2 = sys.version_info[0] < 3 # True if on pre-Python 3

Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def find_version(*file_paths):
$ pip install --upgrade esptool
(esptool.py requires Python 2. If your default pip version is Python 3, install via ``pip2 install esptool``.)
Since version 1.3, esptool supports both Python 2.7 and Python 3.4 or newer.
Usage
-----
Expand Down Expand Up @@ -77,6 +77,9 @@ def find_version(*file_paths):
'Environment :: Console',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
tests_require=[
'flake8>=3.2.0',
Expand Down

0 comments on commit 3aa8534

Please sign in to comment.