[python-dtcwt] 58/497: prepare for 0.3 release
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.
commit 4461b10ba1aafbcc00c504160c9fb8c87a8f839a
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Thu Aug 8 00:33:14 2013 +0100
prepare for 0.3 release
---
setup.cfg | 2 +-
setup.py | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 5403afb..bd5f7d0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[metadata]
name = dtcwt
# IMPORTANT: before release, remove the 'devN' tag from the release name
-version = 0.3dev1
+version = 0.3
[build_sphinx]
source-dir = docs/
diff --git a/setup.py b/setup.py
index 1117ef2..de70097 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,8 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
+ name = 'dtcwt',
+ version = '0.3',
author = "Rich Wareham",
author_email = "rich.dtcwt at richwareham.com",
description = ("A port of the Dual-Tree Complex Wavelet Transform MATLAB toolbox."),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git
More information about the debian-science-commits
mailing list