diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 5645898..aa311cd 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -36,7 +36,7 @@ jobs:
folder: build # The folder the action should deploy.
- name: Modify for 903
- run: node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl --tool Tool903
+ run: node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_903-0.1.7-py3-none-any.whl --tool Tool903
- name: Pushes files to 903/LAC repo
if: github.ref == 'refs/heads/main'
diff --git a/public/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl b/public/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl
deleted file mode 100644
index 33c42df..0000000
Binary files a/public/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl and /dev/null differ
diff --git a/public/bin/dist/csc_validator_be_903-0.1.7-py3-none-any.whl b/public/bin/dist/csc_validator_be_903-0.1.7-py3-none-any.whl
new file mode 100644
index 0000000..f513a5f
Binary files /dev/null and b/public/bin/dist/csc_validator_be_903-0.1.7-py3-none-any.whl differ
diff --git a/src/App.tsx b/src/App.tsx
index e8fcaf1..5c13eee 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -116,7 +116,7 @@ function App(props: AppProps) {
sourceLink='https://github.com/data-to-insight/cin-validator-fe'
/>
-
+
>
) : (
diff --git a/src/Landing.tsx b/src/Landing.tsx
index 8708a3c..25b51eb 100644
--- a/src/Landing.tsx
+++ b/src/Landing.tsx
@@ -40,7 +40,7 @@ const Landing = (props: LandingProps) => {
sourceLink='https://github.com/data-to-insight/cin-validator-fe'
/>
-
+
);
diff --git a/src/index.tsx b/src/index.tsx
index 49c3953..725527a 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -19,7 +19,7 @@ const rootEl = document.getElementById('root') as HTMLElement;
const tool = rootEl.getAttribute('data-tool') || Tool.Tool903;
const wheelPath =
rootEl.getAttribute('data-wheelpath') ||
- '/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl';
+ '/bin/dist/csc_validator_be_903-0.1.7-py3-none-any.whl';
const Core = () => {
const CookieGate = withCookieGate({