Skip to content

Commit

Permalink
Merge pull request #163 from arcivanov/release/0.9.6
Browse files Browse the repository at this point in the history
Release v0.9.6
  • Loading branch information
arcivanov committed Mar 10, 2020
2 parents 588e655 + 3468932 commit d302739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name='fluent-logger',
version='0.9.5',
version='0.9.6',
description=desc,
long_description=open(README).read(),
package_dir={'fluent': 'fluent'},
Expand All @@ -37,6 +37,6 @@
'Topic :: System :: Logging',
'Intended Audience :: Developers',
],
python_requires=">=2.7,!=3.0,!=3.1,!=3.2,!=3.3,<3.9",
python_requires=">=2.7,!=3.0,!=3.1,!=3.2,!=3.3",
test_suite='tests'
)

0 comments on commit d302739

Please sign in to comment.