Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Bump version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
monofox committed Dec 7, 2018
1 parent b1fd568 commit c1e83a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ def read(fname):
# for compiling debug with python debug:
#extra_compile_args=['-O0', '-g', '-Wunused-variable', '-std=gnu++11', '-DPy_DEBUG', '-Wunused-function', '-DDEBUG', '-DDEBUGSTDERR', '-DFENQUEJOB'],
# for compiling debug without python debug
extra_compile_args=['-O0', '-g', '-Wunused-variable', '-std=gnu++11', '-Wunused-function', '-DDEBUGSTDERR', '-DFENQUEJOB'],
#extra_compile_args=['-O0', '-g', '-Wunused-variable', '-std=gnu++11', '-Wunused-function', '-DDEBUGSTDERR', '-DFENQUEJOB'],
# RELEASE parameter for compilation:
#extra_compile_args=['-Wunused-variable', '-Wunused-function', '-DFENQUEJOB'],
extra_compile_args=['-Wunused-variable', '-Wunused-function', '-DFENQUEJOB'],
sources = ['aqbanking/pyaqhandler.cpp', 'aqbanking/aqbanking.cpp']
)

setup (
name = 'python-aqbanking',
version = '0.0.5',
version = '0.0.6',
description = 'This is a python wrapper for AqBanking',
long_description = read('README.md'),
license = 'GPLv3+',
Expand Down

0 comments on commit c1e83a4

Please sign in to comment.