We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4244fc7 commit 9aa54dfCopy full SHA for 9aa54df
authorityspoke/__init__.py
@@ -8,4 +8,4 @@
8
from .rules import Rule
9
from .io.dump import to_dict, to_json
10
11
-__version__ = "0.3.1"
+__version__ = "0.3.2"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="AuthoritySpoke",
- version="0.3.1",
+ version="0.3.2",
author="Matt Carey",
author_email="matt@authorityspoke.com",
description="tool for managing structured data about legal authority",
0 commit comments