Skip to content

Commit

Permalink
Release 1.2.2 (#14)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update HISTORY.md
  • Loading branch information
rom1504 authored Mar 12, 2022
1 parent 8913666 commit b675052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.2

* fix parallel_pieces default

## 1.2.1

* [Fix] get_file_list function fix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _read_reqs(relpath):
name="embedding_reader",
packages=find_packages(),
include_package_data=True,
version="1.2.1",
version="1.2.2",
license="MIT",
description="A python template",
long_description=long_description,
Expand Down

0 comments on commit b675052

Please sign in to comment.