From bd2931ebe8821e3a020700dcae79c272b85e1db3 Mon Sep 17 00:00:00 2001 From: Nicholas Dyer Date: Sun, 14 May 2023 17:20:28 -0400 Subject: [PATCH] update to dev_0.1.0 --- pocket_friends/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocket_friends/__init__.py b/pocket_friends/__init__.py index cb23a34..5da90e7 100644 --- a/pocket_friends/__init__.py +++ b/pocket_friends/__init__.py @@ -1,4 +1,4 @@ """Pocket Friends is a game where you raise your own little pocket friend! These pocket friends, called bloops, are great little companions to have! You can feed them, play with them, and watch them grow up!""" -__version__ = 'dev_0.0.4' +__version__ = 'dev_0.1.0'