Skip to content

Commit 7e71bfc

Browse files
committed
bump
1 parent ed9ad5c commit 7e71bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fancylog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.7"
1+
__version__ = "0.0.8"
22
__author__ = "Adam Tyson"
33
__license__ = "GPL-3.0"
44
__name__ = "fancylog"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="fancylog",
6-
version="0.0.7",
6+
version="0.0.8",
77
description="Fancier logging in Python",
88
install_requires=["packaging"],
99
extras_require={"dev": ["black", "pytest-cov", "pytest", "coveralls"]},

0 commit comments

Comments
 (0)