From 51b166305169424d3e2c4159fe50949add095117 Mon Sep 17 00:00:00 2001 From: James Lovejoy Date: Tue, 25 Sep 2018 02:17:20 -0400 Subject: [PATCH] Bump version This is a hard fork to p2pool so change the major version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index effac275..34461023 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ from setuptools import setup setup(name='p2pool-vtc', - version='0.3.0', + version='1.0.0', description='p2pool for Vertcoin', - url='http://github.com/vertcoin/p2pool-vtc', + url='http://github.com/vertcoin-project/p2pool-vtc', license='GPLv3', author = 'James Lovejoy', author_email = 'jameslovejoy1@gmail.com',