Skip to content

Commit 9277ec9

Browse files
committed
v1.5.2
1 parent 1996265 commit 9277ec9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

penn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.5.1'
1+
__version__ = '1.5.2'
22

33
from .registrar import Registrar
44
from .directory import Directory

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
url='https://github.com/pennlabs/penn-sdk-python',
88
author='Penn Labs',
99
author_email='admin@pennlabs.org',
10-
version='1.5.1',
10+
version='1.5.2',
1111
packages=['penn'],
1212
license='MIT',
1313
package_data={

0 commit comments

Comments
 (0)