Skip to content

Commit ebfca52

Browse files
committed
Release 0.1.0
1 parent 450bbe8 commit ebfca52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Matthias Geier
1+
Copyright (c) 2020-2021 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import numpy as _np
1515

1616

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

1919

2020
class Monomial:

0 commit comments

Comments
 (0)