Skip to content

Commit

Permalink
Fix to code version, missing from release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Nov 14, 2015
1 parent 6e2f0b5 commit 43ec57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salve/__init__.py
@@ -1,7 +1,7 @@
from .class_resources import Enum, Singleton, with_metaclass
from .log import create_logger

__version__ = '2.4.1'
__version__ = '2.4.2'

logger = create_logger(__name__)

Expand Down

0 comments on commit 43ec57d

Please sign in to comment.