Skip to content

Commit

Permalink
bump it up
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Oct 26, 2024
1 parent b85ee82 commit 904ec4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
version = "0.1.5"
version = "0.2.0"
dependencies = ["typer>=0.9.0", "httpx>=0.18.2"]

[project.optional-dependencies]
Expand All @@ -15,7 +15,7 @@ dev = ["pytest>=7.0"]

[tool.poetry]
name = "gritql"
version = "0.1.5"
version = "0.2.0"
description = "Python bindings for GritQL"
authors = ["Grit <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 904ec4d

Please sign in to comment.