File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = '0.3'
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.3.0 '
30
+ release = '0.3.1 '
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " sdypy-io"
7
- version = " 0.3.0 "
7
+ version = " 0.3.1 "
8
8
authors = [{name = " Janko Slavič et al." , email = " janko.slavic@fs.uni-lj.si" }]
9
9
maintainers = [{name = " Janko Slavič et al." , email = " janko.slavic@fs.uni-lj.si" }]
10
10
license = " MIT"
Original file line number Diff line number Diff line change 2
2
A project template for the SDyPy effort..
3
3
"""
4
4
5
- __version__ = "0.3.0 "
5
+ __version__ = "0.3.1 "
6
6
7
7
import pyuff as uff
8
8
import lvm_read as lvm
You can’t perform that action at this time.
0 commit comments