From 47345cdf2aa7f9d8bfe8585b49fccda2a6ca1ea1 Mon Sep 17 00:00:00 2001 From: Curtis Stallings Date: Thu, 15 Sep 2022 16:38:21 -0500 Subject: [PATCH 1/3] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa477f2..2192ecd 100644 --- a/README.md +++ b/README.md @@ -92,5 +92,5 @@ Run BPA from TE2. Roadmap to make this more robust, and allow you to run all the ```python TE2 = pytabular.TE2() #Feel free to input your TE2 File path or this will download for you. BPA = pytabular.BPA() #Fee free to input your own BPA file or this will download for you from: https://raw.githubusercontent.com/microsoft/Analysis-Services/master/BestPracticeRules/BPARules.json - model.Analyze_BPA(TE2.EXE_Path,BPA.Location) #This will output a list of BPA violations... + model.Analyze_BPA(TE2.EXE,BPA.Location) #This will output a list of BPA violations... ``` \ No newline at end of file From 7e650d0544c7542cb2484d4adde3af395c69dcac Mon Sep 17 00:00:00 2001 From: Curtis Stallings Date: Thu, 15 Sep 2022 16:38:29 -0500 Subject: [PATCH 2/3] .91 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f084d43..fda3822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python_tabular" -version = "0.0.90" +version = "0.0.91" authors = [ { name="Curtis Stallings", email="curtisrstallings@gmail.com" }, ] From 1af6a649ddb10b2207fe1f5d8d3f068388c838db Mon Sep 17 00:00:00 2001 From: Curtis Stallings Date: Thu, 15 Sep 2022 16:43:04 -0500 Subject: [PATCH 3/3] .90 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fda3822..f084d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python_tabular" -version = "0.0.91" +version = "0.0.90" authors = [ { name="Curtis Stallings", email="curtisrstallings@gmail.com" }, ]