File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11[project ]
22name = " p2pool-api"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [
55 { name =" hreikin" , email =" hreikin@gmail.com" },
66]
You can’t perform that action at this time.
0 commit comments