From 983b9ad86b6a869cd40e27a51ccd6b438dd44a46 Mon Sep 17 00:00:00 2001
From: Scott Worley <scottworley@scottworley.com>
Date: Fri, 10 Jul 2020 00:39:10 -0700
Subject: [PATCH] Release 1.0.1

---
 default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.nix b/default.nix
index 4972f1e..5503f30 100644
--- a/default.nix
+++ b/default.nix
@@ -2,6 +2,6 @@
 pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, }:
   buildPythonPackage rec {
     pname = "nix-currently-building";
-    version = "1.0.0";
+    version = "1.0.1";
     src = lib.cleanSource ./.;
   }) { }
-- 
2.47.2