Skip to content

Commit

Permalink
Merge pull request #40 from cgohlke/patch-1
Browse files Browse the repository at this point in the history
Do not use pkg_resources to determine version at runtime
  • Loading branch information
drufat authored Mar 23, 2020
2 parents 8a413c3 + 84b8c72 commit d89351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triangle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = __import__('pkg_resources').get_distribution('triangle').version
__version__ = '20190115.3'

from triangle.data import (
loads, load, get_data, show_data,
Expand Down

0 comments on commit d89351e

Please sign in to comment.