Skip to content

Commit

Permalink
change matplotlib version (#262)
Browse files Browse the repository at this point in the history
* change matplotlib version

* updated version; removed comment
  • Loading branch information
alicezha0 authored Jan 26, 2020
1 parent 813e5d2 commit 484ba9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

# Ensure that this matches setup.py > setup() > install_requires
[packages]
matplotlib = "==3.0.3" # Supports Python 3.5
matplotlib = "*"
urllib3 = "*"
pint = "==0.8.1"
pandas = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'aguaclara',
version = '0.1.15',
version = '0.1.16',
description = (
'An open-source Python package for designing and performing research '
'on AguaClara water treatment plants.'
Expand Down

0 comments on commit 484ba9e

Please sign in to comment.