We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a46302 + e8e44e1 commit 084894fCopy full SHA for 084894f
2 files changed
civo/__init__.py
@@ -1,5 +1,5 @@
1
from .civo import Civo
2
3
-__version__ = '1.0.4'
+__version__ = '1.0.6'
4
__author__ = 'Alejandro JNM <alejandrojnm@gmail.com>'
5
__all__ = []
setup.py
@@ -15,7 +15,7 @@ def read(filename):
15
16
setup(
17
name="civo",
18
- version="1.0.4",
+ version="1.0.6",
19
url="https://github.com/civo/client-python",
20
license='MIT License',
21
author="Alejandro JNM",
0 commit comments