Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlecht committed Dec 4, 2015
1 parent bb6a8ac commit 9350acc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='djangorestframework-fine-permissions',
version='0.5.2',
version='0.6.0',
packages=find_packages(),
install_requires=libraries,
dependency_links=dependency_links,
Expand All @@ -38,6 +38,7 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
]
)

0 comments on commit 9350acc

Please sign in to comment.