Skip to content

Commit aeacdc5

Browse files
committed
release 0.3.5
1 parent 117dd17 commit aeacdc5

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "fastbencode"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
66
license = "Apache-2.0"
77
description = "Implementation of bencode with Rust implementation"
88
readme = "README.md"
99
repository = "https://github.com/breezy-team/fastbencode"
10+
publish = false
1011

1112
[lib]
1213
name = "fastbencode__bencode_rs"

fastbencode/__init__.py

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

1919
from typing import Type
2020

21-
__version__ = (0, 3, 4)
21+
__version__ = (0, 3, 5)
2222

2323

2424
Bencached: Type

0 commit comments

Comments
 (0)