We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98430a6 commit f8edb0bCopy full SHA for f8edb0b
ipydatagrid/_version.py
@@ -1,4 +1,4 @@
1
# Copyright (c) Bloomberg.
2
# Distributed under the terms of the Modified BSD License.
3
4
-__version__ = "1.2.0"
+__version__ = "1.1.16"
pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
37
"pandas",
38
"py2vega>=0.5.0",
39
]
40
-version = "1.2.0"
+version = "1.1.16"
41
42
[project.license]
43
file = "LICENSE.txt"
@@ -124,7 +124,7 @@ field = [
124
125
126
[tool.tbump.version]
127
-current = "1.2.0"
+current = "1.1.16"
128
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
129
130
[tool.tbump.git]
0 commit comments