Skip to content

Commit 239f52d

Browse files
author
pedro
committed
fixed version test
1 parent 6be5614 commit 239f52d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/version.expected-output

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

tq/__init__.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
import pkg_resources
2121

2222

23-
24-
25-
VERSION = pkg_resources.get_distribution('pip').version
23+
VERSION = pkg_resources.get_distribution('tq').version
2624

2725

2826
def main(argv=None):

0 commit comments

Comments
 (0)