Skip to content
Snippets Groups Projects
Commit e879016c authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix library import

parent 1a3e8d1c
No related branches found
No related tags found
No related merge requests found
__version__ = "0.1.2"
__version__ = "0.1.3"
from .generate import generate_passphrase
......@@ -4,7 +4,7 @@ import secrets
import itertools
import hashlib
from words import (
from .words import (
EMOJIS,
DE_ADJEKTIVE,
EN_COMMON_WORDS,
......
[tool.poetry]
name = "passphrase-generator"
version = "0.1.2"
version = "0.1.3"
description = ""
authors = ["David Huss <dh@atoav.com>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment