Skip to content

Commit 84c448a

Browse files
committed
bump version to 1.0.1
1 parent 445f829 commit 84c448a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.0.1.dev (19.07.2020)
3+
## v1.0.1 (19.07.2020)
44

55
* Fix n-d grid spline evaluating performance regression [#31](https://github.com/espdev/csaps/pull/31)
66

csaps/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '1.0.1.dev'
3+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)