Skip to content

Commit

Permalink
chore:automations
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 10, 2024
1 parent d72d6ff commit af7645c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

def get_version():
""" Find the version of the package"""
version = None
version_file = os.path.join(BASEDIR, 'ovos_utterance_corrections_transformer', 'version.py')
version_file = f'{BASEDIR}/ovos_utterance_corrections_transformer/version.py'
major, minor, build, alpha = (None, None, None, None)
with open(version_file) as f:
for line in f:
Expand Down

0 comments on commit af7645c

Please sign in to comment.