Skip to content

Commit acd4944

Browse files
committed
version bump
1 parent 3288d2a commit acd4944

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import codecs
66

7-
__version__ = '0.1.1'
7+
__version__ = '0.1.2'
88
__license__ = 'MIT License'
99
__author__ = 'Nico Schlömer'
1010
__email__ = 'nico.schloemer@gmail.com'

src/frentos.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%module(directors="1") frentos
22

33
%pythoncode %{
4-
__version__ = '0.1.1'
4+
__version__ = '0.1.2'
55
__license__ = 'MIT License'
66
__author__ = 'Nico Schlömer'
77
__email__ = 'nico.schloemer@gmail.com'

0 commit comments

Comments
 (0)