Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Mar 28, 2020
1 parent 3c6934d commit a5fb3df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion covid19.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import pandas as pd

__all__ = ["main", "run"]
__version__ = "0.0.0"
__version__ = "1.1.0"
__author__ = "Casper da Costa-Luis <[email protected]>"

log = logging.getLogger(__name__)
Expand Down
4 changes: 2 additions & 2 deletions top.png.dvc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
md5: 846eb426fbcd50d23a594d56b0ecc70b
md5: cb0b8eeed5e24fa1d3019b0e762505a5
cmd: python covid19.py -c top -o top.png
deps:
- md5: 78599a38d7c8287740d0d622be180c23
path: COVID-19.csv
- md5: b6638577ba28b96f85e3372c42f2359d
- md5: d1e801530374ccde928d89aa153e31fa
path: covid19.py
outs:
- md5: 55ae20dc11bd52062105b15db6c855ba
Expand Down
4 changes: 2 additions & 2 deletions world.png.dvc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
md5: 167e17eeb2763976c4e039178268a6a1
md5: 8b051b4fdf3418261d35ee1fe3826f70
cmd: python covid19.py -c all -o world.png
deps:
- md5: 78599a38d7c8287740d0d622be180c23
path: COVID-19.csv
- md5: b6638577ba28b96f85e3372c42f2359d
- md5: d1e801530374ccde928d89aa153e31fa
path: covid19.py
outs:
- md5: 596687a8b8ab1518147add70e08a1568
Expand Down
4 changes: 2 additions & 2 deletions world.txt.dvc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
md5: 93ec1c63ba5ab6492f2579ef87b3ee05
md5: 8336f76ca15a8977bb4f88b3acda2d5a
cmd: python covid19.py -o world.txt -c top,all
deps:
- md5: 78599a38d7c8287740d0d622be180c23
path: COVID-19.csv
- md5: b6638577ba28b96f85e3372c42f2359d
- md5: d1e801530374ccde928d89aa153e31fa
path: covid19.py
outs:
- md5: 216afcf1b22125c27d4f96e1e880db5a
Expand Down

0 comments on commit a5fb3df

Please sign in to comment.