Setting version.py to 0.2.0_rc1 for upcoming release
[gpytage.git] / version.py
blob7d437078a94a6264a57b84843286849e4e7f2590
1 #!/usr/bin/env python
3 # GPytage version.py module
5 ############################################################################
6 # Copyright (C) 2008 by Kenneth Prugh, Brian Dolbec #
7 # ken69267@gmail.com #
8 # #
9 # This program is free software; you can redistribute it and#or modify #
10 # it under the terms of the GNU General Public License as published by #
11 # the Free Software Foundation under version 2 of the license. #
12 # #
13 # This program is distributed in the hope that it will be useful, #
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
16 # GNU General Public License for more details. #
17 # #
18 # You should have received a copy of the GNU General Public License #
19 # along with this program; if not, write to the #
20 # Free Software Foundation, Inc., #
21 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #
22 ############################################################################
24 version = "0.2.0_rc1"