Browse Source
Merge pull request #297 from felipepaloschi/increment_version
Incrementing version
pull/298/head
Danimar Ribeiro
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
setup.py
|
|
@ -2,7 +2,7 @@ |
|
|
from setuptools import setup, find_packages |
|
|
from setuptools import setup, find_packages |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VERSION = "1.0.56" |
|
|
|
|
|
|
|
|
VERSION = "1.0.57" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup( |
|
|
setup( |
|
|
|