Skip to content

Commit

Permalink
another version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
IstvanM committed Jul 7, 2022
1 parent 0a64c80 commit be2a42b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "carte-cli"
version = "0.3.26"
version = "0.3.27"
description = "A static site generator for data catalogs"
authors = ["Balint Haller <balint@hey.com>"]
license = "GPL-3.0-or-later"
Expand All @@ -22,7 +22,7 @@ click-spinner = "~0.1.10"
psycopg2 = { version = "~2.8.6", optional = true }
SQLAlchemy = { version = "^1.3.6", optional = true }
Jinja2 = "~2.11.3"
pandas = "^1.4.3"
pandas = "^1.3.5"

[tool.poetry.extras]
postgres = ["psycopg2", "SQLAlchemy"]
Expand Down

0 comments on commit be2a42b

Please sign in to comment.