Skip to content

Commit 92ce5f6

Browse files
author
Greg Bod
committed
Release v1.0.5
python 3.7 has the async as a reserved keyword. Need to rename async() to async_mode()
1 parent 2fae73c commit 92ce5f6

File tree

3 files changed

+208
-245
lines changed

3 files changed

+208
-245
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def include_dir_files(folder):
3030

3131
setup(
3232
name='spdlog',
33-
version='1.0.4',
33+
version='1.0.5',
3434
author='Gergely Bod',
3535
author_email='[email protected]',
3636
description='python wrapper around C++ spdlog logging library (https://github.com/bodgergely/pyspdlog)',

0 commit comments

Comments
 (0)