Skip to content

Commit 9306cd7

Browse files
committed
Bump version in code
1 parent 11bef3e commit 9306cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ppagent/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from string import Template
1313
from os.path import expanduser
1414

15-
version = '0.3.4'
15+
version = '0.3.5'
1616

1717
logger = logging.getLogger("ppagent")
1818
config_home = expanduser("~/.ppagent/")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
requires.append('argparse')
1919

2020
setup(name='ppagent',
21-
version='0.3.4',
21+
version='0.3.5',
2222
description='A statistics collection agent for powerpool mining server',
2323
author='Isaac Cook',
2424
long_description=README,

0 commit comments

Comments
 (0)