Skip to content

Commit a5c19e2

Browse files
committed
bump versions
1 parent 95e7af1 commit a5c19e2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
PYTHON_VERSION=3.10.0
5+
PYTHON_VERSION=3.10.9
66
VIRTUALENV_NAME=aws-log-parser-${PYTHON_VERSION}
77

88
cd $PYENV_ROOT

requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ black
22
bpython
33
flake8
44
pre-commit
5+
pyright
56
setuptools
67
sphinx
78
tox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_requirements(requirements):
1919

2020
setup(
2121
name="aws-log-parser",
22-
version="2.2.2",
22+
version="2.2.3",
2323
description="Parse AWS CloudFront and LoadBalancer logs into Python dataclasses",
2424
long_description=(pathlib.Path(__file__).parent / "README.md").read_text(),
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)