diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 39a2308..7375b12 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -4,11 +4,11 @@ If you believe you have found a security vulnerability, please report it to us a ## Supported Versions -Currently only the 0.1.5 version of the sqlalchemy-dbtoolkit is supported. +Currently only the 0.1.6 version of the sqlalchemy-dbtoolkit is supported. | Version | Supported | |---------| ------------------ | -| 0.1.5 | :white_check_mark: | +| 0.1.6 | :white_check_mark: | | others | :x: | ## Reporting a Vulnerability diff --git a/setup.py b/setup.py index 346fa6b..5ae2152 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="sqlalchemy-dbtoolkit", - version="0.1.5", + version="0.1.6", description="A toolkit for building SQLAlchemy database engines and utilities.", long_description=long_description, long_description_content_type="text/markdown",