Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed May 11, 2015
1 parent b2f28c8 commit 5bd5853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@

setup(
name='django-whoshere',
version='0.1.0',
version='0.1.1',
author='Ilan Steemers',
author_email='[email protected]',
packages=['django_whoshere'],
url='https://github.com/koed00/django-whoshere',
license='MIT',
description='Django Admin plugin showing who is here and online. Supports GeoIp and user-agents.',
description='Django Admin plugin to see who is logged in and active. Supports GeoIp and user-agents.',
long_description=README,
include_package_data=True,
install_requires=['django>=1.7'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 5bd5853

Please sign in to comment.