Skip to content

Commit

Permalink
version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
thePortus committed May 24, 2018
1 parent 101fa99 commit 3555317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'author_email': '[email protected]',
'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
Expand Down

0 comments on commit 3555317

Please sign in to comment.