Skip to content

Commit 2ec5889

Browse files
committed
Fixed typo and bumped version
1 parent 727166e commit 2ec5889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wls_rest_python.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""
2-
A Pythin client for the Weblogic Server REST API.
2+
A Python client for the Weblogic Server REST API.
33
44
https://github.com/magnuswatn/wls-rest-python
55
"""
66
import logging
77
import requests
88

9-
__version__ = '0.1.0'
9+
__version__ = '0.1.1'
1010

1111
logger = logging.getLogger(__name__)
1212

0 commit comments

Comments
 (0)