Loading CHANGES.md +5 −1 Original line number Diff line number Diff line Changes since 0.8.0 Changes since 0.8.1 =========================== This section will document changes to the library since the last release Changes from 0.8.0 to 0.8.1 =========================== This section will document changes to the library since the last release 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.8.1dev' version = '0.8.1' setup( name='kinetic', Loading Loading
CHANGES.md +5 −1 Original line number Diff line number Diff line Changes since 0.8.0 Changes since 0.8.1 =========================== This section will document changes to the library since the last release Changes from 0.8.0 to 0.8.1 =========================== This section will document changes to the library since the last release 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.8.1dev' version = '0.8.1' setup( name='kinetic', Loading