diff --git a/clients/python-wrapper/CHANGELOG.md b/clients/python-wrapper/CHANGELOG.md index ab7589a81c1..2fbf73f9504 100644 --- a/clients/python-wrapper/CHANGELOG.md +++ b/clients/python-wrapper/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## v0.1.2 + :bug: Bugs fixed: - Fix urllib3 dependency (#7170) diff --git a/clients/python-wrapper/setup.py b/clients/python-wrapper/setup.py index 4eea3cdfc6c..573baee6546 100644 --- a/clients/python-wrapper/setup.py +++ b/clients/python-wrapper/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages NAME = "lakefs" -VERSION = "0.1.1" +VERSION = "0.1.2" # To install the library, run the following # # python setup.py install