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
Branches
Tags
No related merge requests found
__version__ = "0.1.2" __version__ = "0.1.3"
from .generate import generate_passphrase from .generate import generate_passphrase
...@@ -4,7 +4,7 @@ import secrets ...@@ -4,7 +4,7 @@ import secrets
import itertools import itertools
import hashlib import hashlib
from words import ( from .words import (
EMOJIS, EMOJIS,
DE_ADJEKTIVE, DE_ADJEKTIVE,
EN_COMMON_WORDS, EN_COMMON_WORDS,
......
[tool.poetry] [tool.poetry]
name = "passphrase-generator" name = "passphrase-generator"
version = "0.1.2" version = "0.1.3"
description = "" description = ""
authors = ["David Huss <dh@atoav.com>"] 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