Skip to content

Commit 385f9d0

Browse files
committed
feat: preparing for new release version v0.0.2
1 parent 028a333 commit 385f9d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycustomrand/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .custom_round import true_round
44

55
# Версия пакета
6-
__version__ = "0.0.1"
6+
__version__ = "0.0.2"
77

88

99
# -------------------- Алиасы --------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pycustomrand"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="Ivan", email="vanyalebedev45@gmail.com" },
1010
]

0 commit comments

Comments
 (0)