Skip to content

Commit

Permalink
Version: v0.3.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanrhu committed Nov 28, 2020
1 parent c462a82 commit 4313f2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 0 additions & 9 deletions __init__.py

This file was deleted.

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
else:
package_data.append(d)


setuptools.setup(
name = "gdbfrontend",
version = "0.4.0-git",
version = "0.3.4",
description = "GDBFrontend is a easy, flexible and extensionable gui debugger.",
long_description = long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Licensed under GNU/GPLv3
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]>

VERSION = [0, 4, 0, "git"]
VERSION = [0, 3, 4, "beta"]
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]

"""
Expand Down

0 comments on commit 4313f2b

Please sign in to comment.