chore: update version to 0.3.0 in setup.py and __init__.py

This commit is contained in:
Dominik Krenn 2025-09-23 07:54:18 +02:00
parent 9129fabe03
commit b965f6e64a
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
def add(x: int, y: int) -> int:
return x + y
def version():
return "0.3.0"

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='multinut',
version='0.2.9',
version='0.3.0',
packages=find_packages(),
install_requires=[
"requests>=2.25.0",