Skip to content

Commit

Permalink
Merge pull request #38 from CambioML/dev
Browse files Browse the repository at this point in the history
Migrate AWS account.
  • Loading branch information
Cambio ML authored Jul 16, 2024
2 parents fc9b09e + 7f627d3 commit 66a6112
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion any_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["AnyParser"]

__version__ = "0.0.11"
__version__ = "0.0.12"
6 changes: 3 additions & 3 deletions any_parser/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

import requests

CAMBIO_UPLOAD_URL = "https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/upload"
CAMBIO_REQUEST_URL = "https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/request"
CAMBIO_QUERY_URL = "https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/query"
CAMBIO_UPLOAD_URL = "https://jnrsqrod4j.execute-api.us-west-2.amazonaws.com/v1/upload"
CAMBIO_REQUEST_URL = "https://jnrsqrod4j.execute-api.us-west-2.amazonaws.com/v1/request"
CAMBIO_QUERY_URL = "https://jnrsqrod4j.execute-api.us-west-2.amazonaws.com/v1/query"


class AnyParser:
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 = "any-parser"
version = "0.0.11"
version = "0.0.12"
description = "Parser for all."
authors = ["CambioML <[email protected]>"]
maintainers = ["Rachel Hu <[email protected]>"]
Expand Down

0 comments on commit 66a6112

Please sign in to comment.