Skip to content

Commit a7b4209

Browse files
committed
Publish 0.1.1
1 parent c2354cd commit a7b4209

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quickstruct"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A small library to ease the creation, usage, serialization and deserialization of C structs."
55
authors = ["Binyamin Y Cohen <binyamincohen555@gmail.com>"]
66
repository = ""

quickstruct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .quickstruct import *
22

33

4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)