Skip to content

Commit f8f5c3c

Browse files
author
Richard Jones
committed
Just making sure we've got the right version in there for development.
1 parent 4104911 commit f8f5c3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env python
2-
# $Id: setup.py,v 1.9 2001-07-29 23:34:26 richard Exp $
2+
# $Id: setup.py,v 1.10 2001-07-30 07:17:44 richard Exp $
33

44
from distutils.core import setup, Extension
55
from distutils.util import get_platform
@@ -25,7 +25,7 @@
2525

2626

2727
setup ( name = "roundup",
28-
version = "0.2.3",
28+
version = "0.2.4",
2929
description = "Roundup issue tracking system.",
3030
author = "Richard Jones",
3131
author_email = "[email protected]",
@@ -36,6 +36,9 @@
3636

3737
#
3838
# $Log: not supported by cvs2svn $
39+
# Revision 1.9 2001/07/29 23:34:26 richard
40+
# Added unit tests so they're run whenever we package/install/whatever.
41+
#
3942
# Revision 1.8 2001/07/29 09:43:46 richard
4043
# Make sure that the htmlbase is up-to-date when we build a source dist.
4144
#

0 commit comments

Comments
 (0)