Skip to content

Commit 982b9e1

Browse files
committed
version bump to 1.1.m
1 parent 9ad0e92 commit 982b9e1

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
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.1'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.1.0'
29+
release = '1.1.1'
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.0'
1+
__version__ = '1.1.1'
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.0"
7+
version = "1.1.1"
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)