Skip to content

Commit 0a17948

Browse files
committed
Increasing version to be 'more' python 3 compatible
1 parent dbe40dc commit 0a17948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pluginloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'
44
__description__ = 'Library to manage plugins/extensions in your applications.'
55

66
import os

0 commit comments

Comments
 (0)