[Python-modules-commits] [python-easygui] 01/04: Decription: Fix version in setup.py Author: Andreas Noteng <andreas at noteng.no> Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Please enter the commit message for your changes. Lines starting
Andreas Noteng
anoteng-guest at moszumanska.debian.org
Thu May 12 18:35:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
anoteng-guest pushed a commit to branch master
in repository python-easygui.
commit da26d8af10712d65df956c632099f996cdf2dfc3
Author: Andreas Noteng <andreas at noteng.no>
Date: Wed May 11 22:59:50 2016 +0200
Decription: Fix version in setup.py
Author: Andreas Noteng <andreas at noteng.no>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Please enter the commit message for your changes. Lines starting
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index f00c90c..77d753f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,8 @@ import distutils.core
## WARNING: Although the following import appears to do nothing, it is required for bdist_wheel to be recognized
from setuptools import setup, find_packages
-version = "0.98.0-UNRELEASED"
-release = "0.98.0-UNRELEASED"
+version = "0.98.0"
+release = "0.98.0"
desc = list()
desc.append('EasyGUI is a module for very simple, very easy GUI programming in Python. ')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-easygui.git
More information about the Python-modules-commits
mailing list