Skip to content

Commit

Permalink
Bump version in code
Browse files Browse the repository at this point in the history
  • Loading branch information
icook committed Mar 29, 2014
1 parent 11bef3e commit 9306cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ppagent/main.py
Expand Up @@ -12,7 +12,7 @@
from string import Template
from os.path import expanduser

version = '0.3.4'
version = '0.3.5'

logger = logging.getLogger("ppagent")
config_home = expanduser("~/.ppagent/")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
requires.append('argparse')

setup(name='ppagent',
version='0.3.4',
version='0.3.5',
description='A statistics collection agent for powerpool mining server',
author='Isaac Cook',
long_description=README,
Expand Down

0 comments on commit 9306cd7

Please sign in to comment.