Skip to content

Commit

Permalink
added version export
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Aug 24, 2023
1 parent f55da4f commit 52475bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cumulus_library_covid/covid_symptom/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ export_list = [
"covid_symptom__count_symptom_week",
"covid_symptom__count_symptom_month",
"covid_symptom__meta_date",
"covid_symptom__meta_version",
]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cumulus-library-covid"
requires-python = ">= 3.9"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"cumulus-library >= 1.2.0",
"sqlfluff == 2.0.2"
Expand Down

0 comments on commit 52475bd

Please sign in to comment.