Version bump
This commit is contained in:
parent
3fb4d18db8
commit
f8a67e5fbd
2 changed files with 5 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The 3-Clause BSD License
|
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:
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pssecret-server"
|
name = "pssecret-server"
|
||||||
version = "0.0.1"
|
version = "1.0.0"
|
||||||
description = "API service for secrets sharing over network"
|
description = "API service for secrets sharing over network"
|
||||||
authors = ["Ivan Golikov <root@ivnglkv.me>"]
|
authors = ["Ivan Golikov <root@ivnglkv.me>"]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
@ -9,12 +9,14 @@ homepage = "https://git.ivnglkv.me/root/pssecret-server"
|
||||||
repository = "https://git.ivnglkv.me/root/pssecret-server"
|
repository = "https://git.ivnglkv.me/root/pssecret-server"
|
||||||
documentation = "https://git.ivnglkv.me/root/pssecret-server/wiki"
|
documentation = "https://git.ivnglkv.me/root/pssecret-server/wiki"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 2 - Pre-Alpha",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Framework :: FastAPI",
|
"Framework :: FastAPI",
|
||||||
"Intended Audience :: Information Technology",
|
"Intended Audience :: Information Technology",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application"
|
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue