Skip to content

Commit af4c9d6

Browse files
committed
Update version to 0.8.1
1 parent e8efea3 commit af4c9d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DataLab Simple Client Releases #
22

3-
## Version 0.8.0 ##
3+
## Version 0.8.1 ##
44

55
DataLab Simple Client is fully compatible with **DataLab 0.11.0** and above.
66
With older versions of the DataLab server, some features may not work.

cdlclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
1818
from cdlclient.remote import SimpleRemoteProxy # noqa: F401
1919

20-
__version__ = "0.8.0"
20+
__version__ = "0.8.1"
2121
__required_server_version__ = "0.11.0"
2222
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
2323
__homeurl__ = "https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/"

0 commit comments

Comments
 (0)