Skip to content

Commit 1ab71d2

Browse files
committed
Bump version to 0.7.4
- Actually this time 😅
1 parent e03f6c7 commit 1ab71d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

novelsave/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.7.3'
1+
__version__ = '0.7.4'
22
__source__ = 'https://github.com/mHaisham/novelsave'

novelsave/cli/main.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
from tqdm import tqdm
88

99
from . import controllers, helpers, groups, events
10+
from .events import update_check_event
11+
from .. import __version__
1012
from ..containers import Application
1113
from ..exceptions import NSError
1214
from ..infrastructure.migrations import commands as migration_commands
1315
from ..settings import config, DATABASE_URL, LOGGER_CONFIG
1416
from ..utils.helpers import config_helper
15-
from .events import update_check_event
16-
from .. import __version__
17+
1718

1819
def inject_dependencies():
1920
application = Application()

0 commit comments

Comments
 (0)