diff --git a/LICENSE b/LICENSE index 91cf24e..b490701 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2021 Matthias Geier +Copyright (c) 2020-2022 Matthias Geier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/splines/__init__.py b/src/splines/__init__.py index 9e0ed7a..ff44ecd 100644 --- a/src/splines/__init__.py +++ b/src/splines/__init__.py @@ -14,7 +14,7 @@ import numpy as _np -__version__ = '0.1.0' +__version__ = '0.2.0' class Monomial: