Skip to content

Commit 9aa54df

Browse files
committed
bump version to 0.3.2
1 parent 4244fc7 commit 9aa54df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authorityspoke/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
from .rules import Rule
99
from .io.dump import to_dict, to_json
1010

11-
__version__ = "0.3.1"
11+
__version__ = "0.3.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="AuthoritySpoke",
8-
version="0.3.1",
8+
version="0.3.2",
99
author="Matt Carey",
1010
author_email="matt@authorityspoke.com",
1111
description="tool for managing structured data about legal authority",

0 commit comments

Comments
 (0)