From 1f9071d5df50e61d9fe642d66041063c89451a81 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 30 Aug 2013 18:29:27 -0500 Subject: [PATCH] moved options_std.py to examples, thanks Niphlod --- VERSION | 2 +- options_std.py => examples/options_std.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename options_std.py => examples/options_std.py (100%) diff --git a/VERSION b/VERSION index 46c0f5e5..2b777e39 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.29.21.31.47 +Version 2.6.0-development+timestamp.2013.08.30.18.28.02 diff --git a/options_std.py b/examples/options_std.py similarity index 100% rename from options_std.py rename to examples/options_std.py