bumped versions
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Publish Package to PyPI
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} # Uses your org-level token safely
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} # Uses your org-level token safely
|
||||
run: twine upload --skip-existing dist/*
|
||||
|
||||
- name: Generate Automated Gitea Release
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "foreignthon-es"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "Spanish language pack for ForeignThon."
|
||||
license = { text = "GPL v3" }
|
||||
requires-python = ">=3.9"
|
||||
@@ -14,7 +14,7 @@ authors = [
|
||||
]
|
||||
keywords = ["foreignthon", "spanish", "español"]
|
||||
|
||||
dependencies = ["foreignthon>=0.5.2"]
|
||||
dependencies = ["foreignthon>=0.5.3"]
|
||||
|
||||
[project.entry-points."foreignthon.langs"]
|
||||
es = "foreignthon_es"
|
||||
|
||||
Reference in New Issue
Block a user