Skip to content

Commit

Permalink
⬆️ chore: bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Jan 26, 2024
1 parent 09d0b45 commit 10b52ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "novelai-python"
version = "0.1.3"
version = "0.1.4"
description = "Novelai Python Binding With Pydantic"
authors = [
{ name = "sudoskys", email = "[email protected]" },
Expand Down
6 changes: 3 additions & 3 deletions src/novelai_python/utils/random_prompt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import random
from typing import List

from tag import (
from .tag import (
cameraPerspective, cameraFocus, backgroundTheme, backgroundColor, cameraAngle, artStyle,
animalFeatures,
sinkColor, eyeCharacteristics, eyesExpression, hairLength, backHairStyle, hairFeatures, breastsSize,
Expand All @@ -13,8 +13,8 @@
socks,
action, expression, footwears, bottoms, color as colors
)
from tag_artist import rankArtist
from tag_nsfw import nsfw
from .tag_artist import rankArtist
from .tag_nsfw import nsfw


class RandomPromptGenerator(object):
Expand Down

0 comments on commit 10b52ae

Please sign in to comment.