Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Feb 11, 2020
1 parent ed9ad5c commit 7e71bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fancylog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
__author__ = "Adam Tyson"
__license__ = "GPL-3.0"
__name__ = "fancylog"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="fancylog",
version="0.0.7",
version="0.0.8",
description="Fancier logging in Python",
install_requires=["packaging"],
extras_require={"dev": ["black", "pytest-cov", "pytest", "coveralls"]},
Expand Down

0 comments on commit 7e71bfc

Please sign in to comment.