Skip to content

Commit 22e0b6a

Browse files
committed
v1.5.3
1 parent 2e48091 commit 22e0b6a

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.2'
1+
__version__ = '1.5.3'
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.2',
10+
version='1.5.3',
1111
packages=['penn'],
1212
license='MIT',
1313
package_data={

0 commit comments

Comments
 (0)