From e0b90a6c1a7eefe1d8aec29aca73eef0557bd0f7 Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Mon, 18 Dec 2023 12:23:17 -0500 Subject: [PATCH] Bump version to 1.1.0b11 --- 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 5737f88..a1866ae 100644 --- a/docassemble/AppearanceEfile/__init__.py +++ b/docassemble/AppearanceEfile/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0b10' +__version__ = '1.1.0b11' diff --git a/setup.py b/setup.py index b775f1a..ed6b92e 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.0b10', + version='1.1.0b11', 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',