Skip to content

Commit 0906c4d

Browse files
author
HatPdotS
committed
release with fixed pytorch numpy compatibility issues
1 parent d693b6b commit 0906c4d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 0.4.1
5+
-------------
6+
7+
- fixed weird pytorch numpy compatability issues
8+
49
Version 0.4.0
510
-------------
611

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "torchref"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Pytorch based crystallographic refinement"
99
readme = "README.md"
1010
requires-python = ">=3.9"

torchref/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
General utilities and debugging tools.
4848
"""
4949

50-
__version__ = "0.4.0"
50+
__version__ = "0.4.1"
5151

5252

5353
import os

0 commit comments

Comments
 (0)