Skip to content

Commit

Permalink
Updated to version 0.3.0
Browse files Browse the repository at this point in the history
Also, minor quote cleanup
  • Loading branch information
Clinton Blackburn committed Apr 1, 2016
1 parent 64cd6a9 commit 28a1af7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup, find_packages

setup(
name="edx-opaque-keys",
version="0.2.1",
author="edX",
url="https://github.com/edx/opaque-keys",
name='edx-opaque-keys',
version='0.3.0',
author='edX',
url='https://github.com/edx/opaque-keys',
packages=find_packages(),
install_requires=[
"six",
"stevedore",
"pymongo"
'six',
'stevedore',
'pymongo'
],
entry_points={
'opaque_keys.testing': [
Expand Down

0 comments on commit 28a1af7

Please sign in to comment.