Skip to content

Commit

Permalink
prepare for 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed Oct 27, 2023
1 parent 56075d9 commit 6048db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Bug fixes:
- fix error with s0 auto calculation when using brown hubbell form factors.
- fix python compatibility for 3.9 and 3.10

## 1.4.0 (2023/09/03)

Expand Down
2 changes: 1 addition & 1 deletion glassure/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf8 -*-
__version__ = '1.4.0'
__version__ = '1.4.1'

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "glassure"
version = "1.4.0"
version = "1.4.1"
description = "API and GUI for analysis of X-ray total scattering data"
authors = ["Clemens Prescher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6048db7

Please sign in to comment.