Skip to content

Commit

Permalink
Remove the non-needed dependency and bump the minor rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin M. Roy committed Apr 29, 2012
1 parent e6b289d commit 0b19036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clihelper.py
Expand Up @@ -5,7 +5,7 @@
__author__ = 'Gavin M. Roy'
__email__ = 'gmr@meetme.com'
__since__ = '2012-04-11'
__version__ = '1.0.0'
__version__ = '1.0.1'

import daemon
import grp
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='clihelper',
version='1.0.0',
version='1.0.1',
description='Internal Command-Line Application Wrapper',
long_description=('clihelper is a wrapper for command-line daemons '
'providing a core Controller class and methods for '
Expand Down

0 comments on commit 0b19036

Please sign in to comment.