We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f60efb commit 44212b9Copy full SHA for 44212b9
README.rst
@@ -38,7 +38,7 @@ To build the library run :
38
39
.. code-block:: bash
40
41
- $ python setup.py install
+ $ poetry build
42
43
44
Run the client
pyproject.toml
@@ -8,7 +8,7 @@ exclude = '''
8
9
[tool.poetry]
10
name = "cloudfoundry_client"
11
-version = "1.38.2"
+version = "1.38.3"
12
description = "A client library for CloudFoundry"
13
authors = ["Benjamin Einaudi <[email protected]>"]
14
readme = "README.rst"
0 commit comments