Skip to content

Commit

Permalink
ci: version bump, add git tags
Browse files Browse the repository at this point in the history
!close #4
  • Loading branch information
d9pouces committed Jan 11, 2025
1 parent 48f718c commit 0eef2a4
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 40 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage
with open('my_file', 'rb') as fd:
content = load(fd)
with open('my_file', 'wb') as fd:
write(fd, my_object)
write(fd, content)
loads(b"\x04\bi\xfe\x00\xff")
writes(-256)
```
Expand Down
117 changes: 80 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13'
]
description = "Read and write Ruby-marshalled data"
documentation = 'https://github.com/d9pouces/RubyMarshal'
Expand All @@ -27,7 +28,7 @@ name = "rubymarshal"
packages = [{include = "rubymarshal"}]
readme = "README.md"
repository = 'https://github.com/interdiode/interdiode-logo'
version = "0.9.1"
version = "1.2.8"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 0eef2a4

Please sign in to comment.