Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Dec 6, 2023
1 parent 2e20e4a commit b75668d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "parenttext_pipeline"
version = "0.1.0"
version = "0.2.0"
authors = [
{name = "IDEMS International", email = "[email protected]"},
]
Expand All @@ -29,9 +29,9 @@ classifiers = [
]
dependencies = [
"beautifulsoup4~=4.12",
"rapidpro-abtesting@https://github.com/IDEMSInternational/rapidpro_abtesting/archive/refs/heads/master.tar.gz",
"rapidpro-abtesting@https://github.com/IDEMSInternational/rapidpro_abtesting/archive/refs/tags/0.1.1.tar.gz",
"requests~=2.31",
"rpft@https://github.com/IDEMSInternational/rapidpro-flow-toolkit/archive/refs/heads/main.tar.gz",
"rpft@https://github.com/IDEMSInternational/rapidpro-flow-toolkit/archive/refs/tags/1.1.1.tar.gz",
]

[project.scripts]
Expand Down

0 comments on commit b75668d

Please sign in to comment.