Skip to content

Commit 4595d22

Browse files
committed
Bumped version
1 parent 8bd1c37 commit 4595d22

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
project = 'MSG'
2525
author = 'Rich Townsend & The MSG Team'
26-
version = '1.2'
27-
branch = 'release-1.2'
26+
version = '1.3'
27+
branch = 'release-1.3'
2828
copyright = '2023, Rich Townsend & The MSG Team'
2929

3030
# -- General configuration ---------------------------------------------------

python/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 = "pymsg"
7-
version = "1.2"
7+
version = "1.3"
88
authors = [
99
{ name="Rich Townsend", email="rhtownsend@wisc.edu" },
1010
]

src/lib/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.2'
1+
version = '1.3'

0 commit comments

Comments
 (0)