Skip to content

Commit

Permalink
Update to v1.0.1 and fixed missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
paulopacitti committed Oct 30, 2023
1 parent ae056b9 commit ab1e55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factory/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import signal
import sys
from os import getcwd, listdir
from os.path import basename, dirname, expanduser, join, split
from os.path import basename, dirname, expanduser, isdir, join, split
from pathlib import Path

from ImageGoNord import GoNord
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="gruvbox-factory",
packages=["factory"],
version="1.0.0",
version="1.0.1",
license="MIT",
author="Paulo Pacitti",
author_email="[email protected]",
Expand Down

0 comments on commit ab1e55f

Please sign in to comment.