We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e7af1 commit a5c19e2Copy full SHA for a5c19e2
bootstrap.sh
@@ -2,7 +2,7 @@
2
3
set -ex
4
5
-PYTHON_VERSION=3.10.0
+PYTHON_VERSION=3.10.9
6
VIRTUALENV_NAME=aws-log-parser-${PYTHON_VERSION}
7
8
cd $PYENV_ROOT
requirements/dev.txt
@@ -2,6 +2,7 @@ black
bpython
flake8
pre-commit
+pyright
setuptools
sphinx
tox
setup.py
@@ -19,7 +19,7 @@ def get_requirements(requirements):
19
20
setup(
21
name="aws-log-parser",
22
- version="2.2.2",
+ version="2.2.3",
23
description="Parse AWS CloudFront and LoadBalancer logs into Python dataclasses",
24
long_description=(pathlib.Path(__file__).parent / "README.md").read_text(),
25
long_description_content_type="text/markdown",
0 commit comments