Skip to content

Commit

Permalink
Merge pull request #11 from arthexis/arthexis/fix-7
Browse files Browse the repository at this point in the history
returned version to 3.9
  • Loading branch information
arthexis authored Mar 15, 2023
2 parents 9fcee7c + 1407bc7 commit f1bb3a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "sigils"
version = "0.2.7"
version = "0.2.8"
authors = [
{name = "Rafael Jesús Guillén Osorio", email = "arthexis@gmail.com"},
]
description = "Manage context-less text with [[SIGILS]]."
readme = "README.rst"
requires-python = ">=3.10"
requires-python = ">=3.9"
keywords = ["utils", "sigils", "string", "text", "magic", "context"]
license = {text = "MIT"}
classifiers = [
Expand All @@ -24,6 +24,7 @@ classifiers = [
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
]
Expand Down

0 comments on commit f1bb3a1

Please sign in to comment.