Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonmj committed Apr 12, 2024
1 parent 31b3f30 commit 40c73f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ To install the latest version of `uncoil` directly from GitHub, run:
pip install git+https://github.com/thompsonmj/uncoil.git
```

Or to install a pinned release version, such as v1.0.0, run:
Or to install a pinned release version, such as v1.0.1, run:

```bash
pip install git+https://github.com/thompsonmj/uncoil.git@v1.0.0
pip install git+https://github.com/thompsonmj/uncoil.git@v1.0.1
```

## Usage
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 = "uncoil"
version = "1.0.0"
version = "1.0.1"
description = "A command-line tool to explore and print contents of directories with options to skip certain patterns."
authors = [{ name = "Matthew J. Thompson", email = "thompson.m.j@outlook.com" }]
license = {file = "LICENSE"}
Expand Down

0 comments on commit 40c73f0

Please sign in to comment.