Skip to content

Commit 0545ab1

Browse files
committed
Bump version to 0.1.2
1 parent 97aa65e commit 0545ab1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

p2pool/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
# // TODO: Add database functionality to the module.
4545
# // TODO: Create unittests for the module.
4646
# // TODO: Create examples.
47-
# TODO: Update documentation and docstrings.
47+
# // TODO: Update documentation and docstrings.
4848
# TODO: Database example
4949
# TODO: P2PoolConnectionError: is it used ?
5050

5151
__name__ = "p2pool"
5252
__author__ = "hreikin"
5353
__email__ = "hreikin@gmail.com"
54-
__version__ = "0.1.1"
54+
__version__ = "0.1.2"
5555
__license__ = "MIT"
5656
__description__ = "This module provides objects to interact with the P2Pool API and store collected data in a database."
5757
__url__ = "https://hreikin.co.uk/p2pool-api"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "p2pool-api"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = [
55
{ name="hreikin", email="hreikin@gmail.com" },
66
]

0 commit comments

Comments
 (0)