Skip to content

Commit f8edb0b

Browse files
committed
Undo version bump
Signed-off-by: martinRenou <[email protected]>
1 parent 98430a6 commit f8edb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ipydatagrid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Bloomberg.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = "1.2.0"
4+
__version__ = "1.1.16"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"pandas",
3838
"py2vega>=0.5.0",
3939
]
40-
version = "1.2.0"
40+
version = "1.1.16"
4141

4242
[project.license]
4343
file = "LICENSE.txt"
@@ -124,7 +124,7 @@ field = [
124124
]
125125

126126
[tool.tbump.version]
127-
current = "1.2.0"
127+
current = "1.1.16"
128128
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
129129

130130
[tool.tbump.git]

0 commit comments

Comments
 (0)