Skip to content

Commit

Permalink
bumping to 1.3.5 because flashair-config script wasn't added to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TadLeonard committed Jan 23, 2016
1 parent aea8985 commit 5e55343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):

setup(name="tfatool",
version=tfatool._version.__version__,
scripts=["flashair-util"],
scripts=["flashair-util", "flashair-config"],
install_requires=["requests>=2.9.0", "tqdm>=3.7.1"],
licence="MIT",
packages=["tfatool"],
Expand Down
2 changes: 1 addition & 1 deletion tfatool/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "v1.3.4"
__version__ = "v1.3.5"

0 comments on commit 5e55343

Please sign in to comment.