projects
/
rawdog
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cfe249
)
Update version number.
author
Adam Sampson
<ats@offog.org>
Mon, 5 May 2003 01:54:48 +0000
(
01:54
+0000)
committer
Adam Sampson
<ats@offog.org>
Mon, 5 May 2003 01:54:48 +0000
(
01:54
+0000)
rawdog
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/rawdog
b/rawdog
index a67cff30c720133ee472e66a81950d3c51414040..0f3766fa7ff0e45f5517dd6c503865d637b991c1 100644
(file)
--- a/
rawdog
+++ b/
rawdog
@@
-17,7
+17,7
@@
# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA, or see http://www.gnu.org/.
-VERSION = "0.
3
"
+VERSION = "0.
4
"
import rawdoglib.rssparser as rssparser
import sys, pickle, os, fcntl, time, sha
diff --git
a/setup.py
b/setup.py
index d3cfd629bf1872202f38f309429c41148f11367b..d1ab3588d19559834d3dd40114e8adfb832755cc 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
from distutils.core import setup
setup(name = "rawdog",
- version = "0.
3
",
+ version = "0.
4
",
description = "RSS Aggregator Without Delusions Of Grandeur",
author = "Adam Sampson",
author_email = "azz@us-lot.org",