Skip to content

Commit

Permalink
Bumped version, and updated setup.py URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Mar 2, 2022
1 parent 0373ad7 commit 2b60e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docassemble/ALMassachusetts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
return out

setup(name='docassemble.ALMassachusetts',
version='0.1.0',
version='0.1.1',
description=('A docassemble extension of the AssemblyLine project that provides a foundation of Massachusetts-specific data, functionality, and questions.'),
long_description='# docassemble.ALMassachusetts\r\n\r\nA docassemble extension of the AssemblyLine project that provides a foundation of Massachusetts-specific data, functionality, and questions.\r\n\r\n## Author\r\n\r\nSuffolk Law School Legal Innovation and Technology Lab\r\n',
long_description_content_type='text/markdown',
author='AssemblyLine Team',
author_email='ALTeam@example.com',
author_email='litlab@suffolk.org',
license='The MIT License (MIT)',
url='https://docassemble.org',
url='https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs',
packages=find_packages(),
namespace_packages=['docassemble'],
install_requires=['docassemble.MACourts>=0.0.58.2'],
Expand Down

0 comments on commit 2b60e93

Please sign in to comment.