Update setup.py

This commit is contained in:
Matt Seymour 2022-12-13 09:18:16 +00:00 committed by GitHub
parent 7aa7afd764
commit ad0645cb59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ readme = Path("README.rst").read_text()
setup(
name="dj-database-url",
version="1.1.0",
version="1.2.0",
url="https://github.com/jazzband/dj-database-url",
license="BSD",
author="Original Author: Kenneth Reitz, Maintained by: JazzBand Community",