diff --git a/src/hamcrest/__init__.py b/src/hamcrest/__init__.py index 043c5caf..0bf17154 100644 --- a/src/hamcrest/__init__.py +++ b/src/hamcrest/__init__.py @@ -1,7 +1,7 @@ from hamcrest.core import * from hamcrest.library import * -__version__ = "2.0.0a1" +__version__ = "1.10.0" __author__ = "Chris Rose" -__copyright__ = "Copyright 2014 hamcrest.org" +__copyright__ = "Copyright 2020 hamcrest.org" __license__ = "BSD, see License.txt"