Skip to content

Commit

Permalink
[ga-bump-release] update Doltcli version to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed May 16, 2022
1 parent 01835f5 commit f3c83cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "doltpy"
version = "2.0.11"
version = "2.0.12"
description = "A Python package for using Dolt database via Python."
authors = ["Oscar Batori <oscar@dolthub.com>", "Max Hoffman <max@dolthub.com>"]
readme = "README.md"
Expand Down Expand Up @@ -59,7 +59,7 @@ markers = [
line-length = 120

[mypy]
python_version = "2.0.11"
python_version = "2.0.12"

[mypy-doltpy]
ignore_missing_imports = true
Expand Down

0 comments on commit f3c83cc

Please sign in to comment.