Skip to content

Commit

Permalink
1. Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark A. Greenslade committed Dec 30, 2021
1 parent c50f6e0 commit f815586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycspr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 88 d8' 88

__title__ = "pycspr"
__version__ = "0.10.6"
__version__ = "0.11.0"
__author__ = "Mark A. Greenslade et al"
__license__ = "Apache 2.0"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _has_member(mod, member):


def test_version_of_library():
assert pycspr.__version__ == "0.10.6"
assert pycspr.__version__ == "0.11.0"


def test_exports_of_library():
Expand Down

0 comments on commit f815586

Please sign in to comment.