Skip to content

Commit

Permalink
Merge pull request #22 from bpepple/Use-darkseid-🔫
Browse files Browse the repository at this point in the history
Use darkseid 🔫
  • Loading branch information
bpepple authored Jan 7, 2020
2 parents 905a282 + 75264ac commit 127f765
Show file tree
Hide file tree
Showing 30 changed files with 109 additions and 2,142 deletions.
5 changes: 2 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ pytest-cov = "*"
flake8 = "*"

[packages]
natsort = "*"
pillow = "*"
ratelimit = "*"
darkseid = "*"

[requires]
python_version = "3.7"
python_version = "3.6"
177 changes: 87 additions & 90 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion metrontagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version information used in setup.py"""
VERSION_INFO = (1, 0, 0)
VERSION_INFO = (0, 9, 9)
VERSION = ".".join(str(c) for c in VERSION_INFO)
Loading

0 comments on commit 127f765

Please sign in to comment.