Skip to content

Commit

Permalink
Merge pull request #12 from CambioML/dev
Browse files Browse the repository at this point in the history
Update endpoint and bump up version
  • Loading branch information
CambioML authored Apr 11, 2024
2 parents a039d1c + 96753f2 commit cb435e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion open_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["OpenParser"]

__version__ = "0.0.3"
__version__ = "0.0.4"
6 changes: 3 additions & 3 deletions open_parser/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import requests

CAMBIO_UPLOAD_URL = (
"https://nl6h9ycq39.execute-api.us-west-2.amazonaws.com/v1/cambio_api/upload"
"https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/cambio_api/upload"
)
CAMBIO_EXTRACT_URL = (
"https://nl6h9ycq39.execute-api.us-west-2.amazonaws.com/v1/cambio_api/extract"
"https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/cambio_api/extract"
)
CAMBIO_PARSE_URL = (
"https://nl6h9ycq39.execute-api.us-west-2.amazonaws.com/v1/cambio_api/parse"
"https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/cambio_api/parse"
)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "open-parser"
version = "0.0.3"
version = "0.0.4"
description = "Open parser for all."
authors = ["CambioML <wanwanaiai45@gmail.com>"]
maintainers = ["Rachel Hu <goldpiggy@berkeley.edu>"]
Expand Down

0 comments on commit cb435e5

Please sign in to comment.