Skip to content

Commit 37c208a

Browse files
committed
version bump to 1.2.0
1 parent 55cce51 commit 37c208a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Klemen Zaletelj, Domen Gorjup, Janko Slavič'
2525

2626
# The short X.Y version
27-
version = '1.1'
27+
version = '1.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.1.1'
29+
release = '1.2.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyidi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.1'
1+
__version__ = '1.2.0'
22
# from .pyidi import *
33
from .pyidi_legacy import pyIDI
44
from . import tools

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 = "pyidi"
7-
version = "1.1.1"
7+
version = '1.2.0'
88
authors = [{name = "Klemen Zaletelj, Domen Gorjup, Janko Slavič et al.", email = "[email protected]"}]
99
maintainers = [{name = "Klemen Zaletelj, Domen Gorjup, Janko Slavič et al.", email = "[email protected]"}]
1010
license = "MIT"

0 commit comments

Comments
 (0)