Skip to content

Commit 4cb764a

Browse files
committed
Removed instance created and changed version number
1 parent 4635c31 commit 4cb764a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

rxclass_api/RxClassHelpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,3 @@ def __enter__(self):
333333
def __exit__(self, type, value, traceback):
334334
if self.save_memo:
335335
self.save()
336-
337-
helper = RxClassHelpers()
338-
print(helper.indications('bupropion'))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
author='Ian Horsman',
88
author_email='ianphorsman@gmail.com',
99
license='MIT',
10-
version='0.1',
10+
version='0.1.1',
1111
packages=['rxclass_api']
1212
)

0 commit comments

Comments
 (0)