Skip to content

Commit 9d84f02

Browse files
committed
Removed Manifest file and version to 2.5.0-rc
1 parent 291d761 commit 9d84f02

6 files changed

Lines changed: 4 additions & 15 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/formats/caf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class CAFPacketTable:
114114
remainder_frames: int32
115115
# The VarInt configuration doesn't have to be changed, as this file format uses
116116
# the default implementation.
117-
table_data: VarInt[this.num_packets]
117+
table_data: vint[this.num_packets]
118118

119119

120120
@struct(order=BigEndian)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake.source-dir = "."
1010

1111
[project]
1212
name = "caterpillar"
13-
version = "2.4.5"
13+
version = "2.5.0-rc"
1414

1515
description="Library to pack and unpack structurized binary data."
1616
authors = [

src/caterpillar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1515
import warnings
1616

17-
__version__ = "2.4.5"
17+
__version__ = "2.5.0-rc"
1818
__release__ = None
1919
__author__ = "MatrixEditor"
2020

src/caterpillar/model/_bitfield.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ from enum import Enum
1616
from typing import (
1717
Any,
1818
Callable,
19-
Dict,
2019
Generic,
2120
Iterable,
2221
List,
2322
Optional,
24-
Self,
2523
Type,
2624
TypeVar,
2725
overload,

src/ccaterpillar/pyproject.toml

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

1919
[project]
2020
name = "caterpillar"
21-
version = "2.4.5"
21+
version = "2.5.0-rc"
2222

2323
description="Library to pack and unpack structurized binary data."
2424
authors = [

0 commit comments

Comments
 (0)