Skip to content

Commit 260cf52

Browse files
committed
chore: bump version to 0.1.3
1 parent f7d623b commit 260cf52

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

client/rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hopper"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
license = "BSD-2-Clause"
66
authors = ["Nathan Gill <nathan.j.gill@outlook.com>"]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'hopper',
33
['c', 'cpp'],
4-
version: '0.1.2',
4+
version: '0.1.3',
55
default_options: ['optimization=2', 'warning_level=3', 'cpp_std=c++20'],
66
)
77

nix/python.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
python3Packages.buildPythonPackage {
66
pname = "hopper";
7-
version = "0.1.2";
7+
version = "0.1.3";
88
pyproject = true;
99

1010
src = ./..;

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hopper"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
authors = [
99
{ name = "Nathan Gill", email = "nathan.j.gill@outlook.com" }
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="hopper",
5-
version="0.1.2",
5+
version="0.1.3",
66
packages=["hopper"],
77
package_dir={"hopper": "client/py"},
88
author="Nathan Gill",

0 commit comments

Comments
 (0)