We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3288d2a commit acd4944Copy full SHA for acd4944
2 files changed
setup.py
@@ -4,7 +4,7 @@
4
import os
5
import codecs
6
7
-__version__ = '0.1.1'
+__version__ = '0.1.2'
8
__license__ = 'MIT License'
9
__author__ = 'Nico Schlömer'
10
__email__ = 'nico.schloemer@gmail.com'
src/frentos.i
@@ -1,7 +1,7 @@
1
%module(directors="1") frentos
2
3
%pythoncode %{
0 commit comments