diff --git a/.vscode/bump_version.sh b/.vscode/bump_version.sh index 8aa3331..ba1e2bb 100644 --- a/.vscode/bump_version.sh +++ b/.vscode/bump_version.sh @@ -1,4 +1,4 @@ -VERSION=0.0.69 +VERSION=0.0.70 #change version in the pyproject.toml deactivate diff --git a/pyproject.toml b/pyproject.toml index 5781c59..9200257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Rabbit-in-a-Blender" -version = "0.0.69" +version = "0.0.70" description = "An ETL pipeline to transform your EMP data to OMOP." readme = "README.md" keywords = [ "OMOP", "CDM", "common data model", "OHDSI",]