Skip to content

Commit

Permalink
Merge pull request #21 from ZihengSun/main
Browse files Browse the repository at this point in the history
0.7.5
  • Loading branch information
ZihengSun authored Jun 27, 2023
2 parents 3ad65e2 + 596e277 commit 7ca89bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygeoweaver"
version = "0.7.4"
version = "0.7.5"
authors = [
{ name="Geoweaver team", email="geoweaver.app@gmail.com" },
]
Expand All @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry]
name = "pygeoweaver"
version = "0.7.4"
version = "0.7.5"
description = "This is a wrapper package of the Geoweaver app."
authors = ["Geoweaver team <geoweaver.app@gmail.com>"]
readme = "README.md"
Expand All @@ -33,6 +33,8 @@ python = ">=3.7,<4"
setuptools = ">=61.0"
requests = "2.28.2"
pydantic = "1.10.9"
ipython = "8.14.0"
pandas = "2.0.2"

[tool.poetry.scripts]

Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ install_requires =
setuptools>=61.0
requests==2.28.2
pydantic==1.10.9
pydantic==1.10.9
ipython==8.14.0
pandas==2.0.2

[options.package_data]
pygeoweaver = *.bat
Expand Down

0 comments on commit 7ca89bc

Please sign in to comment.