increment version

This commit is contained in:
Chad Smith 2017-04-23 12:22:28 -07:00
parent fc411bd91c
commit 52c50333d8
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ A browser-based frontend/gui for GDB
.. image:: https://travis-ci.org/cs01/gdbgui.svg?branch=master
:target: https://travis-ci.org/cs01/gdbgui
.. image:: https://img.shields.io/badge/pyPI-v0.7.5.4-blue.svg
.. image:: https://img.shields.io/badge/0.7.5.5-blue.svg
:target: https://pypi.python.org/pypi/gdbgui/
.. image:: https://img.shields.io/badge/python-2.7,3.4,3.5,3.6,pypy-blue.svg

View file

@ -1 +1 @@
0.7.5.4
0.7.5.5

View file

@ -1,4 +1,4 @@
__title__ = 'gdbgui'
__version__ = '0.7.5.4'
__version__ = '0.7.5.5'
__author__ = 'Chad Smith'
__copyright__ = 'Copyright Chad Smith'

View file

@ -27,7 +27,7 @@ class TestCommand (Command):
setup(
name='gdbgui',
version='0.7.5.4',
version='0.7.5.5',
author='Chad Smith',
author_email='grassfedcode@gmail.com',
description=('browser-based gdb frontend using Flask and JavaScript to visually debug C, C++, Go, or Rust'),