Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Jun 26, 2017
1 parent 458cdfa commit ffde3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import zlib
import shlex

__version__ = "2.0.1-dev"
__version__ = "2.0.1"

MAX_UINT32 = 0xffffffff
MAX_UINT24 = 0xffffff
Expand Down

0 comments on commit ffde3f0

Please sign in to comment.