Skip to content

Commit

Permalink
upgrade to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWangZf committed Jun 8, 2023
1 parent db6c198 commit 7e3751e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion promptehr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name='PromptEHR'
version='0.0.5'
version='0.0.6'

from .promptehr import PromptEHR
from .demo_data import load_synthetic_data
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

setuptools.setup(
name = 'PromptEHR',
version = '0.0.5',
version = '0.0.6',
author = 'Zifeng Wang',
author_email = '[email protected]',
description = 'Sequence patient electronic healthcare record generation with large language models (LLMs) as the neural database.',
url = 'https://github.com/RyanWangZf/PromptEHR',
keywords=['healthcare','EHR','deep learning','AI'],
keywords=['synthetic data','healthcare','EHR','deep learning','AI'],
long_description=long_description,
long_description_content_type='text/markdown',
packages=setuptools.find_packages(exclude=['test']),
Expand Down

0 comments on commit 7e3751e

Please sign in to comment.