Skip to content

Commit

Permalink
Bump to v3.1.0rc1 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple authored Nov 30, 2024
1 parent c37c8e9 commit 6c1ef2c
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 17 deletions.
2 changes: 1 addition & 1 deletion metrontagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version information used in setup.py."""

__version__ = "3.0.2"
__version__ = "3.1.0rc1"
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.2",
"version": "3.1.0-rc1",
"description": "metron-tagger linting",
"type": "module",
"scripts": {
Expand Down
54 changes: 42 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "metron-tagger"
version = "3.0.2"
version = "3.1.0rc1"
description = "A program to write metadata from metron.cloud to a comic archive"
authors = ["Brian Pepple <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 6c1ef2c

Please sign in to comment.