We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028a333 commit 385f9d0Copy full SHA for 385f9d0
pycustomrand/__init__.py
@@ -3,7 +3,7 @@
3
from .custom_round import true_round
4
5
# Версия пакета
6
-__version__ = "0.0.1"
+__version__ = "0.0.2"
7
8
9
# -------------------- Алиасы --------------------
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pycustomrand"
-version = "0.0.1"
+version = "0.0.2"
authors = [
{ name="Ivan", email="vanyalebedev45@gmail.com" },
10
]
0 commit comments