Skip to content

Commit

Permalink
Merge pull request #53 from demostat/stable/0.1.x
Browse files Browse the repository at this point in the history
Stable/0.1.x in Master
  • Loading branch information
clerie committed Mar 17, 2019
2 parents f4f9324 + 5f39bc9 commit 35e7bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demostat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "demostat"
version = "0.1.1"
version = "0.1.2"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
python_requires=">=3.6",
python_requires=">=3.5",
install_requires=[
'Django>=2.1',
],
Expand Down

0 comments on commit 35e7bdb

Please sign in to comment.