Bump version to 0.2.1

This commit is contained in:
Babibubebon 2024-06-23 04:29:51 +09:00
parent d77a9fd8c8
commit dec1164ead
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build and publish to pypi - name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0 uses: JRubics/poetry-publish@v2.0
with: with:

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "gbizinfo-lod" name = "gbizinfo-lod"
version = "0.2.0" version = "0.2.1"
description = "A tool to generate LOD datasets for gBizINFO" description = "A tool to generate LOD datasets for gBizINFO"
authors = ["Babibubebon <babibubebon@babibubebo.org>"] authors = ["Babibubebon <babibubebon@babibubebo.org>"]
homepage = "https://github.com/Babibubebon/gbizinfo-lod" homepage = "https://github.com/Babibubebon/gbizinfo-lod"