mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
increment version
This commit is contained in:
parent
fc411bd91c
commit
52c50333d8
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.7.5.4
|
||||
0.7.5.5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__title__ = 'gdbgui'
|
||||
__version__ = '0.7.5.4'
|
||||
__version__ = '0.7.5.5'
|
||||
__author__ = 'Chad Smith'
|
||||
__copyright__ = 'Copyright Chad Smith'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue