Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Sep 13, 2019
1 parent 35377b9 commit 68e236a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authorityspoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .opinions import Opinion
from .rules import Rule

__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="AuthoritySpoke",
version="0.1.0",
version="0.2.0",
author="Matt Carey",
author_email="matt@authorityspoke.com",
description="tool for managing structured data about legal authority",
Expand Down

0 comments on commit 68e236a

Please sign in to comment.