From 07aa55a58556181a6357dac17f6c497eeb5d229e Mon Sep 17 00:00:00 2001 From: hreikin Date: Sat, 8 Feb 2025 13:23:57 +0000 Subject: [PATCH] Bump version to 0.1.0 --- p2pool/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/p2pool/__init__.py b/p2pool/__init__.py index c2bf0d0..f82d6df 100644 --- a/p2pool/__init__.py +++ b/p2pool/__init__.py @@ -14,7 +14,7 @@ __name__ = "p2pool" __author__ = "hreikin" __email__ = "hreikin@gmail.com" -__version__ = "0.0.3" +__version__ = "0.1.0" __license__ = "MIT" __description__ = "This module provides objects to interact with the P2Pool API and store collected data in a database." __url__ = "https://hreikin.co.uk/p2pool-api" diff --git a/pyproject.toml b/pyproject.toml index dbe2cf6..0791117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "p2pool-api" -version = "0.0.3" +version = "0.1.0" authors = [ { name="hreikin", email="hreikin@gmail.com" }, ]