Commit f8b7dac8 authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Version 0.8.2

parent e3e3ad18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.2-dev'
version = '0.8.2'

setup(
    name='kinetic',