diff --git a/penn/__init__.py b/penn/__init__.py index 0c16dcc..de5e330 100644 --- a/penn/__init__.py +++ b/penn/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.6.4' +__version__ = '1.6.5' from .registrar import Registrar from .directory import Directory diff --git a/setup.py b/setup.py index 0516b51..8aa8fbd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ url='https://github.com/pennlabs/penn-sdk-python', author='Penn Labs', author_email='admin@pennlabs.org', - version='1.6.4', + version='1.6.5', packages=['penn'], license='MIT', package_data={