Version 0.10.1 release

This commit is contained in:
sobolevn
2022-03-28 16:09:09 +03:00
parent 2fad97af03
commit 4e3f9d6f06
2 changed files with 4 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
setup(
name="django-stubs-ext",
version="0.3.1",
version="0.4.0",
description="Monkey-patching and extensions for django-stubs",
long_description=readme,
long_description_content_type="text/markdown",
@@ -30,7 +30,6 @@ setup(
classifiers=[
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",