We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5450f0 commit 66b8b49Copy full SHA for 66b8b49
libloader/__init__.py
@@ -1,8 +1,8 @@
1
from .libloader import *
2
3
-__version__ = 0.21
+__version__ = "1.3.0"
4
__author__ = "Christopher Toth"
5
__author_email__ = "q@q-continuum.net"
6
__doc__ = """
7
-Quickly and easily load shared libraries from various platforms. Also includes a libloader.com module for loading com modules on Windows.
+Quickly and easily load shared libraries on various platforms. Also includes a libloader.com module for loading com modules on Windows.
8
"""
0 commit comments