diff --git a/.travis.yml b/.travis.yml index 5d64bc9..86be51f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ os: linux dist: trusty # set environment variables env: - - PACKAGE_VERSION=0.0.4 + - PACKAGE_VERSION=0.0.5 # install dependencies install: - pip install -r requirements/dev.txt diff --git a/setup.py b/setup.py index 49d1b4c..d52ff7b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'author_email': 'dave.a.base@gmail.com', 'description': """DH Python tools for scraping web pages, pre-processing data, and performing nlp analysis quickly.""", - 'version': '0.0.4', + 'version': '0.0.5', 'LICENSE': 'MIT', 'long_description': """Students often see great potential in Python for historical analysis. But, before they see real payoff they often face too