Skip to content

Commit 0eef2a4

Browse files
committed
ci: version bump, add git tags
!close #4
1 parent 48f718c commit 0eef2a4

File tree

3 files changed

+84
-40
lines changed

3 files changed

+84
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usage
2929
with open('my_file', 'rb') as fd:
3030
content = load(fd)
3131
with open('my_file', 'wb') as fd:
32-
write(fd, my_object)
32+
write(fd, content)
3333
loads(b"\x04\bi\xfe\x00\xff")
3434
writes(-256)
3535
```

poetry.lock

Lines changed: 80 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ classifiers = [
1717
'Programming Language :: Python :: 3.9',
1818
'Programming Language :: Python :: 3.10',
1919
'Programming Language :: Python :: 3.11',
20-
'Programming Language :: Python :: 3.12'
20+
'Programming Language :: Python :: 3.12',
21+
'Programming Language :: Python :: 3.13'
2122
]
2223
description = "Read and write Ruby-marshalled data"
2324
documentation = 'https://github.com/d9pouces/RubyMarshal'
@@ -27,7 +28,7 @@ name = "rubymarshal"
2728
packages = [{include = "rubymarshal"}]
2829
readme = "README.md"
2930
repository = 'https://github.com/interdiode/interdiode-logo'
30-
version = "0.9.1"
31+
version = "1.2.8"
3132

3233
[tool.poetry.dependencies]
3334
python = "^3.8"

0 commit comments

Comments
 (0)