Skip to content

Commit 74783e1

Browse files
committed
0.1.10
1 parent 993f04e commit 74783e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

motifapi/__init__.py

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

33
from .api import MotifError, MotifApiError, MotifApi
44
from .schedule import datetime_to_cron

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
license='BSD',
88
description='Python interface to Motif recording systems',
99
long_description='Python interface to Motif recording systems',
10-
version='0.1.9',
10+
version='0.1.10',
1111
author='John Stowers',
1212
author_email='[email protected]',
1313
packages=['motifapi'],

0 commit comments

Comments
 (0)