Skip to content

Commit c39d9c8

Browse files
committed
bump version to 0.3.1
1 parent 380d2c6 commit c39d9c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = '0.3'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.3.0'
30+
release = '0.3.1'
3131

3232

3333
# -- General configuration ---------------------------------------------------

pyproject.toml

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

55
[project]
66
name = "sdypy-io"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
authors = [{name = "Janko Slavič et al.", email = "janko.slavic@fs.uni-lj.si"}]
99
maintainers = [{name = "Janko Slavič et al.", email = "janko.slavic@fs.uni-lj.si"}]
1010
license = "MIT"

sdypy/io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A project template for the SDyPy effort..
33
"""
44

5-
__version__ = "0.3.0"
5+
__version__ = "0.3.1"
66

77
import pyuff as uff
88
import lvm_read as lvm

0 commit comments

Comments
 (0)