Skip to content

Commit 084894f

Browse files
authored
Merge pull request #29 from alejandrojnm/dev
feat(Civo): Change version
2 parents 9a46302 + e8e44e1 commit 084894f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

civo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .civo import Civo
22

3-
__version__ = '1.0.4'
3+
__version__ = '1.0.6'
44
__author__ = 'Alejandro JNM <alejandrojnm@gmail.com>'
55
__all__ = []

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(filename):
1515

1616
setup(
1717
name="civo",
18-
version="1.0.4",
18+
version="1.0.6",
1919
url="https://github.com/civo/client-python",
2020
license='MIT License',
2121
author="Alejandro JNM",

0 commit comments

Comments
 (0)