Skip to content

Commit acfad1b

Browse files
committed
Update README and setup.py for version bump and workflow status removal
- Removed the deployment workflow status badge from the README for a cleaner presentation. - Bumped the package version from 0.0.16 to 0.0.17 in setup.py to reflect recent changes.
1 parent a61de1a commit acfad1b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<a href="https://anomstack-demo.replit.app/">![Dashboard Demo](https://img.shields.io/badge/Dashboard_Demo-anomstack--demo.replit.app-blue?link=https%3A%2F%2Fanomstack-demo.replit.app%2F)</a>
1313
<a href="https://github.com/andrewm4894/anomstack/blob/main/LICENSE">![License](https://img.shields.io/badge/License-MIT-yellow.svg)</a>
1414
<a href="https://github.com/andrewm4894/anomstack/actions/workflows/pytest.yaml">![GitHub PyTest Workflow Status](https://img.shields.io/github/actions/workflow/status/andrewm4894/anomstack/pytest.yaml?label=Tests)</a>
15-
<a href="https://github.com/andrewm4894/anomstack/actions/workflows/deploy.yml">![GitHub Deployment Workflow Status](https://img.shields.io/github/actions/workflow/status/andrewm4894/anomstack/deploy.yml?label=Dagster%20Cloud%20Deployment)</a>
1615
<a href="https://github.com/andrewm4894/anomstack/actions/workflows/pre-commit.yaml">![GitHub Pre-Commit Workflow Status](https://img.shields.io/github/actions/workflow/status/andrewm4894/anomstack/pre-commit.yaml?label=Pre-Commit)</a>
1716

1817
</div>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read_requirements():
88

99
setup(
1010
name='anomstack',
11-
version='0.0.16',
11+
version='0.0.17',
1212
packages=find_packages(),
1313
install_requires=read_requirements()
1414
)

0 commit comments

Comments
 (0)