We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b45478 commit a82d2f7Copy full SHA for a82d2f7
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="RotatingTextFile",
8
- version="0.0.1",
+ version="0.0.2",
9
description="A ZERO dependency rotating file handler which rotates when YOU want it to, rather than based on bytes size.",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
0 commit comments