Skip to content

Commit f993a79

Browse files
committed
Release 0.2.0
1 parent 10e6105 commit f993a79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-2021 Matthias Geier
1+
Copyright (c) 2020-2022 Matthias Geier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/splines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import numpy as _np
1515

1616

17-
__version__ = '0.1.0'
17+
__version__ = '0.2.0'
1818

1919

2020
class Monomial:

0 commit comments

Comments
 (0)