Skip to content

Commit 63b7ede

Browse files
committed
version bump to 0.9.0a5
1 parent 1ed7c29 commit 63b7ede

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## About
88

9-
EPRpy is a Python library designed to streamline the handling, inspection, and processing of Electron Paramagnetic Resonance (EPR) spectroscopic data. The library originated as a collection of scripts I wrote for routine analysis of EPR data acquired on Bruker EPR spectrometers during my academic work. EPRpy focusses on ease of use, enabling quick data visualization, data comparisons, and having transperent as well as highly customisable control over data analysis.
9+
EPRpy is a Python library designed to streamline the handling, inspection, and processing of Electron Paramagnetic Resonance (EPR) spectroscopic data. The library originated as a collection of scripts I wrote for routine analysis of EPR data acquired on Bruker EPR spectrometers during my academic work. EPRpy focusses on ease of use, enabling quick data visualization, data comparisons, and having transparent as well as highly customisable control over data analysis.
10+
11+
<img src="https://davistdaniel.github.io/EPRpy/_images/title_gif.gif" alt="title_gif">
1012

1113
## Installation
1214

@@ -37,7 +39,6 @@ For EPRpy documentation, see [here](https://davistdaniel.github.io/EPRpy/). Sour
3739

3840
## Upcoming
3941
* Automated workflow templates for specific EPR experiments
40-
* Documentation for visualization features.
4142

4243
## Limitations
4344
* Supports reading of files only in Bruker BES3T format v.1.2 and upto 2D datasets.

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 = "eprpy"
7-
version = "0.9.0a4"
7+
version = "0.9.0a5"
88
description = "A Python library for working with EPR spectroscopic data."
99
readme = "README.md"
1010
requires-python = ">=3.9, <3.13.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='eprpy',
5-
version='0.9.0a4',
5+
version='0.9.0a5',
66
description="A Python library for working with EPR spectroscopic data.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)