diff options
| author | adustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8> | 2003-09-07 02:00:34 +0000 |
|---|---|---|
| committer | adustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8> | 2003-09-07 02:00:34 +0000 |
| commit | 2f298c15f83623b35f25fb782eaad9914ef320a4 (patch) | |
| tree | 1868bc0444aca4038ad319de609a61c1475df1b0 /MySQLdb/setup.py | |
| parent | 345fe79759e8a2acba43a2affaa42e9c9c8f689b (diff) | |
| download | mysqldb1-2f298c15f83623b35f25fb782eaad9914ef320a4.tar.gz | |
Version bump
Diffstat (limited to 'MySQLdb/setup.py')
| -rw-r--r-- | MySQLdb/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySQLdb/setup.py b/MySQLdb/setup.py index d8d712d..c605edf 100644 --- a/MySQLdb/setup.py +++ b/MySQLdb/setup.py @@ -18,7 +18,7 @@ embedded_server = (mysqlclient == 'mysqld') name = "MySQL-%s" % os.path.basename(sys.executable) if embedded_server: name = name + "-embedded" -version = "0.9.3a2" +version = "0.9.3b" # include files and library locations should cover most platforms include_dirs = [ |
