diff --git a/LICENSE b/LICENSE index b2f0f57..fd8011d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,7 @@ ISC License +Copyright (c) 2009, Richard J. Wagner +Copyright (c) 2014, Matthew T. Perry Copyright (c) 2018, Gunnstein Thomas Frøseth Permission to use, copy, modify, and/or distribute this software for any diff --git a/lahc/__init__.py b/lahc/__init__.py index a6cd598..3b39c9c 100644 --- a/lahc/__init__.py +++ b/lahc/__init__.py @@ -2,4 +2,4 @@ from __future__ import absolute_import from ._lahc import * -__version__ = "1.0.4" +__version__ = "1.0.5"