From 413d0a7765aec3281ad5a0da67a67029877932ff Mon Sep 17 00:00:00 2001 From: Sassan Haradji Date: Sat, 4 Nov 2023 02:33:37 +0400 Subject: [PATCH] chore: migrate repository to --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f963ba..46014f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.3.6 + +- chore: migrate repository to + ## Version 0.3.5 - chore: add CHANGELOG.md diff --git a/README.md b/README.md index ed548cc..f5f1930 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ You need to compile and install SDL2 from source with `kmsdrm` backend. Please f ## 📦 Installation -You can install it using this handle: headless-kivy-pi@git+ +You can install it using this handle: headless-kivy-pi@git+ ```sh # pip: -pip install headless-kivy-pi@git+https://github.com/sassanh/headless-kivy-pi.git +pip install headless-kivy-pi@git+https://github.com/ubopod/headless-kivy-pi.git # poetry: -poetry add headless-kivy-pi@git+https://github.com/sassanh/headless-kivy-pi.git +poetry add headless-kivy-pi@git+https://github.com/ubopod/headless-kivy-pi.git ``` ## 🚀 Usage @@ -48,7 +48,7 @@ poetry add headless-kivy-pi@git+https://github.com/sassanh/headless-kivy-pi.git 1. Run the Kivy app as you normally would. -Checkout [Ubo GUI](https://github.com/sassanh/ubo-gui) to see a sample implementation. +Checkout [Ubo GUI](https://github.com/ubopod/ubo-gui) to see a sample implementation. ### ⚙️ Parameters diff --git a/pyproject.toml b/pyproject.toml index ed04ef6..f774de5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "headless-kivy-pi" -version = "0.3.5" +version = "0.3.6" description = "" authors = ["Sassan Haradji "] license = "Apache-2.0"