Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hervenivon committed Jul 6, 2018
1 parent e7304fc commit 97f2fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buzzard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Gather version
import os
version_file = open(os.path.join('.', 'VERSION'))
version_file = open(os.path.join('..', 'VERSION'))
version = version_file.read().strip()

__version__ = version

0 comments on commit 97f2fb9

Please sign in to comment.