From 760ce12f4cf2c27ce4d56a7ff6b8c88963eeb38b Mon Sep 17 00:00:00 2001
From: jhnnsrs <jhnnsrs@gmail.com>
Date: Mon, 12 Feb 2024 17:59:17 +0100
Subject: [PATCH] upload gucker

---
 README.md      | 5 +++--
 pyproject.toml | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2897136..4b8ea63 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # gucker
 
-[![codecov](https://codecov.io/gh/jhnnsrs/gucker/branch/master/graph/badge.svg?token=UGXEA2THBV)](https://codecov.io/gh/jhnnsrs/gucker)
+[![codecov](https://codecov.io/gh/arkitektio-apps/gucker/branch/master/graph/badge.svg?token=UGXEA2THBV)](https://codecov.io/gh/jhnnsrs/gucker)
 [![PyPI version](https://badge.fury.io/py/gucker.svg)](https://pypi.org/project/gucker/)
 [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://pypi.org/project/gucker/)
 ![Maintainer](https://img.shields.io/badge/maintainer-jhnnsrs-blue)
@@ -33,7 +33,8 @@ pip install gucker
 
 ## Usage
 
-To use the software, simply run the following command:
+To use the software, simply start the downloaded binary or run the following command,
+if working with the pip package (and running in the same environment as the package is installed in)
 
 ```bash
 gucker
diff --git a/pyproject.toml b/pyproject.toml
index c58b257..d3ec455 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "gucker"
-version = "0.1.0"
+version = "0.1.1"
 description = "a simple watcher for file events, streaming to arkitekt"
 authors = ["jhnnsrs <jhnnsrs@gmail.com>"]
 license = "CC BY-NC 3.0"