diff options
-rw-r--r-- | commands/system/doc/conf.py | 4 | ||||
-rw-r--r-- | commands/system/setup.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/commands/system/doc/conf.py b/commands/system/doc/conf.py index ff864ad..4d1fbe7 100644 --- a/commands/system/doc/conf.py +++ b/commands/system/doc/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Peter Schiffer' # built documents. # # The short X.Y version. -version = '0.0.1' +version = '0.0.2' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/commands/system/setup.py b/commands/system/setup.py index 2201e5d..616a3e9 100644 --- a/commands/system/setup.py +++ b/commands/system/setup.py @@ -10,7 +10,7 @@ except IOError: setup( name='openlmi-scripts-system', - version='0.0.1', + version='0.0.2', description='Display general system information', long_description=long_description, author=u'Peter Schiffer', @@ -30,7 +30,7 @@ setup( 'Environment :: Console', ], - install_requires=['openlmi-scripts'], + install_requires=['openlmi-scripts >= 0.2.7'], namespace_packages=['lmi', 'lmi.scripts'], packages=['lmi', 'lmi.scripts', 'lmi.scripts.system'], |