Bump the version of the project to 0.0.4

This commit is contained in:
Lucas Alvares Gomes 2016-02-22 14:55:25 +00:00
parent b7455ffdf4
commit c2d6399778
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ import exception
from virtualbmc import VirtualBMC
from manager import VirtualBMCManager
version = '0.0.3'
version = '0.0.4'
__all__ = ['version', 'exception', 'VirtualBMC', 'VirtualBMCManager']