We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68171a4 + a994beb commit 1c58b6aCopy full SHA for 1c58b6a
2 files changed
bugout/__init__.py
@@ -7,7 +7,7 @@
7
8
__email__ = "engineering@bugout.dev"
9
__license__ = "MIT"
10
-__version__ = "0.1.3"
+__version__ = "0.1.4"
11
12
__all__ = (
13
"__author__",
setup.py
@@ -35,7 +35,7 @@
35
"Topic :: Software Development :: Libraries",
36
"Topic :: Software Development :: Libraries :: Python Modules",
37
],
38
- python_requires=">=3.8",
+ python_requires=">=3.6",
39
packages=find_packages(),
40
package_data={"bugout": ["py.typed"]},
41
zip_safe=False,
0 commit comments