Skip to content

Commit

Permalink
correct the version in setup.py
Browse files Browse the repository at this point in the history
And release v0.11 to keep tags and setup.py in sync.
  • Loading branch information
Leonid Pliushch committed Jan 28, 2021
1 parent 81c4ade commit 289ebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():
return f.read()
setup(
name = 'termux-create-package',
version = '0.7',
version = '0.11',
license = 'Apache License 2.0',
description = 'Lightweight tool for creating deb packages',
long_description = readme(),
Expand Down

0 comments on commit 289ebc4

Please sign in to comment.