We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450bbe8 commit ebfca52Copy full SHA for ebfca52
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2020 Matthias Geier
+Copyright (c) 2020-2021 Matthias Geier
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
src/splines/__init__.py
@@ -14,7 +14,7 @@
14
import numpy as _np
15
16
17
-__version__ = '0.0.0'
+__version__ = '0.1.0'
18
19
20
class Monomial:
0 commit comments