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 1e59b3f commit 3b91711Copy full SHA for 3b91711
otlp_psqlpy/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.1.1"
+__version__ = "0.1.2"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "otlp-psqlpy"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = ""
5
authors = ["chandr-andr (Kiselev Aleksandr) <[email protected]>"]
6
readme = "README.md"
0 commit comments