remove $ crap. up the version to 0.4.1
authorDavid Blacka <david@blacka.com>
Sat, 21 Jun 2008 21:11:27 +0000 (17:11 -0400)
committerDavid Blacka <david@blacka.com>
Sat, 21 Jun 2008 21:11:27 +0000 (17:11 -0400)
bin/pyrwhoisd
rwhoisd/DirectiveProcessor.py
rwhoisd/MemDB.py
rwhoisd/MemIndex.py
rwhoisd/QueryParser.py
rwhoisd/QueryProcessor.py
rwhoisd/Rwhois.py
rwhoisd/Session.py
rwhoisd/config.py
setup.py

index 1ed7595..0be90b5 100755 (executable)
@@ -4,8 +4,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: pyrwhoisd,v 1.2 2003/04/28 16:46:50 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index a9cb1f4..634a003 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: DirectiveProcessor.py,v 1.2 2003/04/28 16:43:37 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index 1cde736..47cba41 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: MemDB.py,v 1.3 2003/04/28 16:44:09 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index ac2b42b..4d9d365 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: MemIndex.py,v 1.2 2003/04/28 16:43:19 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index 56fafd0..2e2ce6e 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: QueryParser.py,v 1.2 2003/04/28 16:43:19 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index 8947d41..8725141 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: QueryProcessor.py,v 1.3 2003/04/28 16:44:56 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index 4c4e388..265d520 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: Rwhois.py,v 1.3 2003/04/28 16:45:46 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index 7f7d20e..f919985 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: Session.py,v 1.2 2003/04/28 16:43:19 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
index d4fb5d2..3247e63 100644 (file)
@@ -2,8 +2,6 @@
 #
 # Copyright (C) 2003, David E. Blacka
 #
-# $Id: config.py,v 1.3 2003/04/28 16:44:29 davidb Exp $
-#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
@@ -48,7 +46,7 @@ verbose = False
 
 #### END Editable Configuration Options
 
-version = "0.4"
+version = "0.4.1"
 banner_string = "%%rwhois V-1.5 %s (python-rwhoisd %s)" % \
                 (server_hostname, version)
 
index 7f98e10..2951ad2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
 import os
 
 setup(name="python-rwhoisd",
-      version="0.4",
+      version="0.4.1",
       description="A lightweight RWhois server written in Python",
       author="David Blacka",
       author_email="david@blacka.com",