Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjones committed Jul 10, 2019
1 parent 583fbf0 commit e1a7b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import Extension

DISTNAME = 'lapart-python'
VERSION = '0.1.5'
VERSION = '0.1.6'
PACKAGES = ['lapart']
EXTENSIONS = []
DESCRIPTION = 'Python package for performance monitoring of time series data.'
Expand Down Expand Up @@ -31,4 +31,4 @@
maintainer_email=MAINTAINER_EMAIL,
license=LICENSE,
url=URL,
**setuptools_kwargs)
**setuptools_kwargs)

0 comments on commit e1a7b2a

Please sign in to comment.