Skip to content

Commit

Permalink
Bump version to 0.59.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed Sep 13, 2023
1 parent fc4adb4 commit f243cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docassemble/MACourts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.59.2'
__version__ = '0.59.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
return out

setup(name='docassemble.MACourts',
version='0.59.2',
version='0.59.3',
description=('List Massachusetts Courts in Docassemble'),
long_description='A utility package that includes JSON files representing all of the courts in Massachusetts.\r\n\r\nCourts automatically scraped from Mass.gov and geocoded with Google Maps.\r\n\r\nIf the court has a PO box, the PO box will be available in court.address.orig_address',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f243cec

Please sign in to comment.