Skip to content

Commit

Permalink
declare export; point release; close #2
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 8, 2019
1 parent ffd90d7 commit 7202893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ubiquerg/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.5.1"
2 changes: 2 additions & 0 deletions ubiquerg/assistest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
__author__ = "Vince Reuter"
__email__ = "vreuter@virginia.edu"

__all__ = ["ExpectContext"]


class ExpectContext(object):
""" Pytest validation context, a framework for varied kinds of expectations. """
Expand Down

0 comments on commit 7202893

Please sign in to comment.