Skip to content

Commit

Permalink
Merge pull request #5 from bpepple/docs
Browse files Browse the repository at this point in the history
Refactor code for more consistent function & variable names
  • Loading branch information
bpepple authored Jan 9, 2020
2 parents f797e12 + 1d9c1bc commit fded12c
Show file tree
Hide file tree
Showing 15 changed files with 520 additions and 425 deletions.
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ flake8 = "*"
black = "*"
pytest = "*"
pytest-cov = "*"
pylint = "*"

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

[requires]
python_version = "3.6"

[pipenv]
allow_prereleases = true
103 changes: 79 additions & 24 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion darkseid/__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 = (0, 5, 5)
VERSION_INFO = (0, 6, 0)
VERSION = ".".join(str(c) for c in VERSION_INFO)
Loading

0 comments on commit fded12c

Please sign in to comment.