Skip to content

Commit

Permalink
prepare codebase for today's release
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 7, 2024
1 parent 615b236 commit 91075f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: avnie-*
path: ${{ matrix.newfile }}
retention-days: 10
2 changes: 1 addition & 1 deletion avnie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: MIT

__version_info__ = (2024, 8, 7)
__version_info__ = (2024, 8, 8)
__version__ = ".".join(map(str, __version_info__))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["venv"]

[tool.poetry]
name = "avnie"
version = "2024.8.7"
version = "2024.8.8"
description = "A fast & user-friendly command-line interface (CLI) for avro.py."
authors = ["HitBlast <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 91075f6

Please sign in to comment.