Skip to content

Commit 66b8b49

Browse files
committed
Bump version
1 parent d5450f0 commit 66b8b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libloader/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from .libloader import *
22

3-
__version__ = 0.21
3+
__version__ = "1.3.0"
44
__author__ = "Christopher Toth"
55
__author_email__ = "q@q-continuum.net"
66
__doc__ = """
7-
Quickly and easily load shared libraries from various platforms. Also includes a libloader.com module for loading com modules on Windows.
7+
Quickly and easily load shared libraries on various platforms. Also includes a libloader.com module for loading com modules on Windows.
88
"""

0 commit comments

Comments
 (0)