Bumped version

This commit is contained in:
Roger Gonzalez 2023-08-17 15:26:05 -03:00
parent fb41d72d47
commit 8f6d133ff5
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -45,7 +45,7 @@ build-backend = "hatchling.build"
[project]
name = "ute_wrapper"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Roger Gonzalez", email="roger@rogs.me" },
]
@ -55,7 +55,7 @@ dependencies = [
]
readme = "README.md"
requires-python = ">=3.7"
license = {file = "LICENSE"}
license = {text = "GPL version 3"}
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",