Loading CHANGES.md +4 −1 Original line number Diff line number Diff line Changes since 0.7.1 Changes since 0.7.2 =========================== This section will document changes to the library since the last release Changes from 0.7.1 to 0.7.2 =========================== ## Important Kinetic Protocol version updated to 2.0.5 The compiled python proto kinetic/kinetic_pb2.py is now included on the repo Loading kinetic/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ # Protocol version protocol_version = '2.0.5' version = '0.7.1' version = '0.7.2' #utils from utils import buildRange Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open('requirements.txt', 'r') as f: requires = [x.strip() for x in f if x.strip()] version = '0.7.1' version = '0.7.2' setup( name='kinetic', Loading Loading
CHANGES.md +4 −1 Original line number Diff line number Diff line Changes since 0.7.1 Changes since 0.7.2 =========================== This section will document changes to the library since the last release Changes from 0.7.1 to 0.7.2 =========================== ## Important Kinetic Protocol version updated to 2.0.5 The compiled python proto kinetic/kinetic_pb2.py is now included on the repo Loading
kinetic/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ # Protocol version protocol_version = '2.0.5' version = '0.7.1' version = '0.7.2' #utils from utils import buildRange Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup, find_packages with open('requirements.txt', 'r') as f: requires = [x.strip() for x in f if x.strip()] version = '0.7.1' version = '0.7.2' setup( name='kinetic', Loading