Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit facdb3f

Browse files
author
Zakaria Zajac
committed
Version Bump
1 parent 8bd547e commit facdb3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[bdist_wheel]
2+
# This flag says that the code is written to work on both Python 2 and Python
3+
# 3. If at all possible, it is good practice to do this. If you cannot, you
4+
# will need to generate wheels for each Python version that you support.
5+
universal=1

setup.py

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

99
setup(
1010
name = "python-json-logger",
11-
version = "0.1.7",
11+
version = "0.1.8",
1212
url = "http://github.com/madzak/python-json-logger",
1313
license = "BSD",
1414
description = "A python library adding a json log formatter",

0 commit comments

Comments
 (0)