Skip to content

Commit

Permalink
Bump version to 0.1.4 (#58)
Browse files Browse the repository at this point in the history
Minor version bump to update README displayed on PyPI.
  • Loading branch information
jpdunc23 authored Feb 12, 2024
1 parent 34eb2da commit 00d0642
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
<a href="https://github.com/Yu-Group/veridical-flow/actions/workflows/python-package.yml"><img src="https://github.com/Yu-Group/veridical-flow/actions/workflows/python-package.yml/badge.svg" alt="tests"></a>
<a href="https://app.codecov.io/gh/Yu-Group/veridical-flow/commits?page=1"><img src="https://codecov.io/gh/Yu-Group/veridical-flow/branch/master/graph/badge.svg?token=YUAKU54XS4" alt="tests"></a>
<a href="https://joss.theoj.org/papers/10.21105/joss.03895"><img src="https://joss.theoj.org/papers/10.21105/joss.03895/status.svg" alt="joss"></a>
<img src="https://img.shields.io/pypi/v/vflow?color=orange" alt="downloads">
<a href="https://pypi.org/project/vflow/"><img src="https://img.shields.io/pypi/v/vflow.svg?logo=pypi&label=PyPI&logoColor=gold" alt="PyPI - version"></a>
</p>
</header>



# Why use `vflow`?

Using `vflow`s simple wrappers facilitates many best practices for data science,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a href="https://github.com/Yu-Group/veridical-flow/actions/workflows/python-package.yml"><img src="https://github.com/Yu-Group/veridical-flow/actions/workflows/python-package.yml/badge.svg" alt="tests"></a>
<a href="https://app.codecov.io/gh/Yu-Group/veridical-flow/commits?page=1"><img src="https://codecov.io/gh/Yu-Group/veridical-flow/branch/master/graph/badge.svg?token=YUAKU54XS4" alt="tests"></a>
<a href="https://joss.theoj.org/papers/10.21105/joss.03895"><img src="https://joss.theoj.org/papers/10.21105/joss.03895/status.svg" alt="joss"></a>
<img src="https://img.shields.io/pypi/v/vflow?color=orange" alt="downloads">
<a href="https://pypi.org/project/vflow/"><img src="https://img.shields.io/pypi/v/vflow.svg?logo=pypi&label=PyPI&logoColor=gold" alt="PyPI - version"></a>
</p>
</header>
<h1 id="why-use-vflow">Why use <code><a title="vflow" href="#vflow">vflow</a></code>?</h1>
Expand Down
2 changes: 1 addition & 1 deletion docs/vflow-internals.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a href="https://github.com/Yu-Group/veridical-flow/actions/workflows/python-package.yml"><img src="https://github.com/Yu-Group/veridical-flow/actions/workflows/python-package.yml/badge.svg" alt="tests"></a>
<a href="https://app.codecov.io/gh/Yu-Group/veridical-flow/commits?page=1"><img src="https://codecov.io/gh/Yu-Group/veridical-flow/branch/master/graph/badge.svg?token=YUAKU54XS4" alt="tests"></a>
<a href="https://joss.theoj.org/papers/10.21105/joss.03895"><img src="https://joss.theoj.org/papers/10.21105/joss.03895/status.svg" alt="joss"></a>
<img src="https://img.shields.io/pypi/v/vflow?color=orange" alt="downloads">
<a href="https://pypi.org/project/vflow/"><img src="https://img.shields.io/pypi/v/vflow.svg?logo=pypi&label=PyPI&logoColor=gold" alt="PyPI - version"></a>
</p>
</header>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "vflow"
version = "0.1.3"
version = "0.1.4"
authors = [
{ name="Chandan Singh", email="chandan_singh@berkeley.edu" },
{ name="James Duncan", email="jpduncan@berkeley.edu" },
Expand Down

0 comments on commit 00d0642

Please sign in to comment.