Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Muda de 1.1.0 para 1.1.1
  • Loading branch information
robertatakenaka authored Sep 3, 2021
1 parent 5aded83 commit f1ba9c6
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 @@ -10,7 +10,7 @@
try:
from scielobooks import APP_VERSION
except ValueError:
APP_VERSION = '1.1.0'
APP_VERSION = '1.1.1'


if sys.version_info[:2] < (2, 7):
Expand Down

0 comments on commit f1ba9c6

Please sign in to comment.