Version bump

This commit is contained in:
Ivan Golikov 2025-01-06 17:56:26 +01:00
parent 3fb4d18db8
commit f8a67e5fbd
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
The 3-Clause BSD License
Copyright 2022 Ivan Golikov
Copyright 2025 Ivan Golikov
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "pssecret-server"
version = "0.0.1"
version = "1.0.0"
description = "API service for secrets sharing over network"
authors = ["Ivan Golikov <root@ivnglkv.me>"]
license = "BSD-3-Clause"
@ -9,12 +9,14 @@ homepage = "https://git.ivnglkv.me/root/pssecret-server"
repository = "https://git.ivnglkv.me/root/pssecret-server"
documentation = "https://git.ivnglkv.me/root/pssecret-server/wiki"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: FastAPI",
"Intended Audience :: Information Technology",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application"
]