Skip to content

Commit 3857a41

Browse files
committed
set release version
1 parent aa5adb9 commit 3857a41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

larch/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22
"""Version information"""
33

4-
__release_version__ = '2026.1.0'
5-
__date__ = '2026-January-19'
4+
__release_version__ = '2026.1.1'
5+
__date__ = '2026-January-22'
66
__authors__ = "M. Newville, M. Rovezzi, M. Koker, B. Ravel, and others"
77

88
from ._version import __version__, __version_tuple__

0 commit comments

Comments
 (0)