Skip to content

Commit

Permalink
Version bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adarnof committed May 26, 2016
1 parent 2373924 commit 610b93e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Adarnauth-EVE-SSO
Adarnauth-EVE-SSO is a simple Django app to collect and manage
access tokens from EVE Online's Single Sign On feature.

Detailed documentation is in the "docs" directory.

Quick start
-----------

Expand Down Expand Up @@ -58,7 +56,6 @@ create a new one if none found::

my_character_tokens = tokens.filter(character_id=MY_CHARACTER_ID)


Manually Locating a Token
----------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='adarnauth-eve-sso',
version='0.1',
version='1.0',
install_requires=[
'requests>=2.9.1',
'django>=1.9.1',
Expand Down

0 comments on commit 610b93e

Please sign in to comment.