Commit 3898464e by MrTux

Add __version__ to __init__.py

parent c4688541
...@@ -20,6 +20,7 @@ GNU General Public License for more details. ...@@ -20,6 +20,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/lgpl.txt>. along with this program. If not, see <http://www.gnu.org/licenses/lgpl.txt>.
""" """
__version__ = "0.3.1"
import os import os
import socket import socket
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment