mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
increment version
This commit is contained in:
parent
7046a99370
commit
ddfa902775
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup, Command
|
|||
import sys
|
||||
|
||||
EXCLUDE_FROM_PACKAGES = []
|
||||
version = '0.5201'
|
||||
version = '0.7'
|
||||
|
||||
|
||||
class TestCommand (Command):
|
||||
|
|
Loading…
Reference in a new issue