Skip to content

Commit 33158c4

Browse files
author
Frank Duncan
committed
Revert version due to mistake on pip update
1 parent 9114de1 commit 33158c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2"

torquedata/core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# It's used to handshake with the python client to ensure that everything
77
# works correctly together.
8-
SERVER_VERSION = "0.2.1"
8+
SERVER_VERSION = "0.2"
99

1010

1111
class Filter:

0 commit comments

Comments
 (0)