Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
road-master committed Mar 26, 2024
1 parent e5bbebe commit 0fd889c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "radikopodcast"
version = "1.0.2"
version = "1.0.3"
description = "Automatic archiver for radiko program which queried by YAML file."
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion radikopodcast/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = """Master"""
__email__ = "roadmasternavi@gmail.com"
__version__ = "1.0.2"
__version__ = "1.0.3"

from sqlalchemy import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker
Expand Down

0 comments on commit 0fd889c

Please sign in to comment.