Skip to content

Commit

Permalink
HL Python SDK: v0.1.2 release (#7182)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Dec 19, 2023
1 parent 3872b3c commit af2394a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions clients/python-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## v0.1.2

:bug: Bugs fixed:

- Fix urllib3 dependency (#7170)
Expand Down
2 changes: 1 addition & 1 deletion clients/python-wrapper/setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af2394a

Please sign in to comment.