Bump version
This commit is contained in:
parent
fb0bc2351b
commit
5f24ea7bdd
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
This project uses Semantic Versioning
|
This project uses Semantic Versioning
|
||||||
|
|
||||||
|
## 3.0.0
|
||||||
|
|
||||||
|
* Use better cost system in anonvdf
|
||||||
|
+ Added blockcreator for anonvdf
|
||||||
|
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
* Bump kasten version to 3
|
* Bump kasten version to 3
|
||||||
|
2
setup.py
2
setup.py
@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='onionrblocks',
|
setup(name='onionrblocks',
|
||||||
version='2.0.0',
|
version='3.0.0',
|
||||||
description='Onionr message format',
|
description='Onionr message format',
|
||||||
author='Kevin Froman',
|
author='Kevin Froman',
|
||||||
author_email='beardog@mailbox.org',
|
author_email='beardog@mailbox.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user