Skip to content

Commit

Permalink
bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Jun 16, 2021
1 parent 5af8c69 commit 087e101
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion authorityspoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from .io.downloads import CAPClient
from .io.dump import to_dict, to_json

__version__ = "0.7.1"
__version__ = "0.7.2"
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import os
import sys
import pathlib
import sphinx_rtd_theme

sys.path.insert(0, os.path.abspath(".."))

Expand All @@ -24,7 +23,7 @@
author = "Matt Carey"

# The full version, including alpha/beta/rc tags
release = "0.7.1"
release = "0.7.2"


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit 087e101

Please sign in to comment.