Skip to content

Commit bb903d1

Browse files
author
TinySemVer
committed
Release: v1.0.1 [skip ci]
### Patch - Make: Automate versioning in CI (32e7839) - Make: Ignore dataset files (0b43c1b)
1 parent 4e8d5d0 commit bb903d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stringwars"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2018"
55

66
[dependencies]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stringwars"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Python benchmarking harness to complement StringWa.rs benches"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)