Skip to content

Commit

Permalink
Update list_dir_full_path in dir_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya-mohammadi committed Nov 23, 2023
1 parent 76619ee commit 7b8897b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deep_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)

# Deep Utils version number
__version__ = "1.2.12"
__version__ = "1.2.13"

# no third-party python libraries are required for the following classes
_import_structure = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

VERSION = "1.2.12"
VERSION = "1.2.13"

long_description = open("Readme.md", mode="r", encoding="utf-8").read()

Expand Down

0 comments on commit 7b8897b

Please sign in to comment.