diff --git a/onecode/__init__.py b/onecode/__init__.py index b572407..45d9399 100644 --- a/onecode/__init__.py +++ b/onecode/__init__.py @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2023-2024 DeepLime # SPDX-License-Identifier: MIT -__version__ = "1.0.0.dev" +__version__ = "1.0.0" from .base import * diff --git a/pyproject.toml b/pyproject.toml index 77b2e52..be1b6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onecode" -version = "1.0.0.dev" +version = "1.0.0" description = "Python skeleton and library for OneCode projects" readme = "README.md" authors = ["DeepLime "]