We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7995c6 commit ab299c6Copy full SHA for ab299c6
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = '1.0.58'
+VERSION = '1.0.59'
4
5
with open('README.rst') as readme_file:
6
readme = readme_file.read()
@@ -16,7 +16,7 @@
16
license='MIT',
17
long_description=readme,
18
author='RavenPack',
19
- author_email='dvarotto@ravenpack.com',
+ author_email='dataservices@ravenpack.com',
20
description='RavenPack API - Python client',
21
22
classifiers=[
0 commit comments