Skip to content
Snippets Groups Projects
Commit b2d2d690 authored by pharesim's avatar pharesim
Browse files

symbol for powerup

parent 4355fe55
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ author = 'pharesim@protonmail.com'
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.12'
release = '0.9.13'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
# -*- coding: utf-8 -*-
from .hive import Hive
__version__ = '0.9.12'
__version__ = '0.9.13'
......@@ -732,7 +732,7 @@ class Commit(object):
to,
"amount":
'{:.{prec}f} {asset}'.format(
float(amount), prec=3, asset='HIVE')
float(amount), prec=3, asset='STEEM')
})
return self.finalizeOp(op, account, "active")
......
......@@ -14,7 +14,7 @@ from setuptools.command.test import test as TestCommand
# Package meta-data.
NAME = 'hivepy'
VERSION = '0.9.12'
VERSION = '0.9.13'
DESCRIPTION = 'A python hive library.'
URL = 'https://github.com/pharesim/hive-python'
EMAIL = 'pharesim@protonmail.com'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment