Skip to content

Commit cad173c

Browse files
author
sreeder
committed
update versions
1 parent 4104f53 commit cad173c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

odmtools/meta/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
app_name = "ODM2Tools"
2-
version = "2.0.0_Beta"
2+
version = "2.0.1_Beta"
33
copyright = "Copyright (c) 2013 - 2015, Utah State University. All rights reserved."
44
description = "ODMTools is a python application for managing observational data using the Observations Data Model. " \
55
"ODMTools allows you to query, visualize, and edit data stored in an Observations Data Model (ODM) database." \

setup/Windows/odmtools_console.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#define MyAppName "ODM2Tools"
55

6-
#define MyAppVersion "2.0.0_Beta"
7-
#define MyAppExeLongName "ODM2Tools_2.0.0_Beta_win32_x86_64_console.exe"
6+
#define MyAppVersion "2.0.1_Beta"
7+
#define MyAppExeLongName "ODM2Tools_2.0.1_Beta_win32_x86_64_console.exe"
88
#define MyAppPublisher "ODM2"
99
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"
1010
#define MyAppExeName "ODM2Tools.exe"

setup/Windows/odmtools_no_console.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#define MyAppName "ODMTools"
66

7-
#define MyAppExeLongName "ODM2Tools_2.0.0_Beta_win32_x86_64.exe"
8-
#define MyAppVersion "2.0.0_Beta"
7+
#define MyAppExeLongName "ODM2Tools_2.0.1_Beta_win32_x86_64.exe"
8+
#define MyAppVersion "2.0.1_Beta"
99

1010
#define MyAppPublisher "ODM2"
1111
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"

setup/Windows/odmtools_setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "ODM2Tools"
5-
#define MyAppVersion "2.0.0_Beta"
5+
#define MyAppVersion "2.0.1_Beta"
66
#define MyAppPublisher "ODM2"
77
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"
88
#define MyAppExeName "ODM2Tools.exe"

setup/Windows/odmtools_setup_build.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define MyAppName "ODM2Tools"
77
#define OrgName "UCHIC"
8-
#define MyAppVersion "v2.0.0-beta"
8+
#define MyAppVersion "v2.0.1-beta"
99
#define MyAppURL "https://github.com/ODM2/ODMToolsPython"
1010

1111
[Setup]

setup/Windows/test.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "ODM2Tools"
5-
#define MyAppVersion "2.0.0"
5+
#define MyAppVersion "2.0.1"
66
#define MyAppPublisher "My Company, Inc."
77
#define MyAppURL "http://www.example.com/"
88
#define MyAppExeName "ODM2Tools_console.exe"

0 commit comments

Comments
 (0)