Bump version.

master
murchik 2020-11-19 17:30:56 +08:00
parent 069e0a66b2
commit a6d81bf482
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-database-view', name='django-database-view',
version='0.1.3', version='0.2.0',
packages=['dbview'], packages=['dbview'],
setup_requires=['setuptools-markdown'], setup_requires=['setuptools-markdown'],
long_description_markdown_filename='README.md', long_description_markdown_filename='README.md',