From 86ada880e02e41dd97834ff40eb63628beb0c0db Mon Sep 17 00:00:00 2001
From: Ben Connors <benconnors@outlook.com>
Date: Thu, 2 Jan 2020 15:06:37 -0500
Subject: State as of end of Cenci run

---
 blc2/__init__.py       | 2 +-
 interface/interface.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/blc2/__init__.py b/blc2/__init__.py
index 6ca795f..209b4e3 100644
--- a/blc2/__init__.py
+++ b/blc2/__init__.py
@@ -11,4 +11,4 @@ physical meaning and cannot be saved or loaded from the disk. Do not make them.
 from .workspace import Workspace
 from .topology import Fixture
 
-__version__ = "v0.0.2"
+__version__ = "v0.1.0"
diff --git a/interface/interface.py b/interface/interface.py
index 8454f63..3572bbe 100644
--- a/interface/interface.py
+++ b/interface/interface.py
@@ -32,7 +32,7 @@ def wrap_curses(f):
         return curses.wrapper(lambda stdscr: f(*args, stdscr, **kwargs))
     return inner
 
-__version__ = "v0.0.3"
+__version__ = "v0.1.0"
 
 class Interface:
     def _compute_sizes(self, height, width):
-- 
cgit v1.2.3