Skip to content

Commit

Permalink
Refactor version into _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Nov 28, 2021
1 parent 43cb9b9 commit 6a7cc27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions PlexAniSync.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
import anilist
import plexmodule
import graphql

__version__ = "1.3.16"
from _version import __version__

# Logger settings
LOG_FILENAME = "PlexAniSync.log"
Expand Down
3 changes: 1 addition & 2 deletions TautulliSyncHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
import anilist
import plexmodule
import graphql

__version__ = "1.3.16"
from _version import __version__

# Logger settings
logger = logging.getLogger("PlexAniSync")
Expand Down
1 change: 1 addition & 0 deletions _version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "1.3.16"

0 comments on commit 6a7cc27

Please sign in to comment.