Browse Source
Merge branch 'master3' into master-fix
pull/98/head
Danimar Ribeiro
8 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 = "0.9.7" |
|
|
|
|
|
|
|
|
VERSION = "0.9.8" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup( |
|
|
setup( |
|
|
|