From c5429f9e4de45cf8151b133869a159a60c885f0d Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Thu, 26 Oct 2023 17:07:10 -0400 Subject: [PATCH] Bump to 1.1.0b9 --- docassemble/AppearanceEfile/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docassemble/AppearanceEfile/__init__.py b/docassemble/AppearanceEfile/__init__.py index 2657b93..e5f7eb5 100644 --- a/docassemble/AppearanceEfile/__init__.py +++ b/docassemble/AppearanceEfile/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0b8' +__version__ = '1.1.0b9' diff --git a/setup.py b/setup.py index 7c8382b..de23ca5 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d return out setup(name='docassemble.AppearanceEfile', - version='1.1.0b8', + version='1.1.0b9', description=('Appearance'), long_description='# docassemble.AppearanceEfile\r\n\r\nAppearance, with E-filing.\r\n\r\nA complete duplicate of https://github.com/IllinoisLegalAidOnline/docassemble-Appearance,\r\nbut with e-filing added. This is a pilot project, and separated so the original Appearance\r\ncan stay stable as experimental features are added to this e-filing version.\r\n\r\n## Author\r\n\r\nMatt Newsted, mnewsted@illinoislegalaid.org\r\nBryce Willey, bwilley@suffolk.edu\r\n', long_description_content_type='text/markdown',