# HG changeset patch # User Chaiwat Suttipongsakul # Date 1652690631 -25200 # Mon May 16 15:43:51 2022 +0700 # Node ID c3539aeca9bcdadf5927b6fc44a57192db8fa5fb # Parent 916baafaaf7a093561616a28cf4945a6793f8ba9 change repository URL in README.rst to sourcehut diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -64,22 +64,22 @@ .. code:: shell - $ pip install hg+https://bitbucket.org/bashell-com/wormhole + $ pip install hg+https://hg.sr.ht/~cwt/wormhole Or install from your local clone: .. code:: shell - $ hg clone https://bitbucket.org/bashell-com/wormhole + $ hg clone https://hg.sr.ht/~cwt/wormhole $ cd wormhole/ $ pip install -e . -You can also install the latest ``default`` snapshot using the following +You can also install the latest ``tip`` snapshot using the following command: .. code:: shell - $ pip install https://bitbucket.org/bashell-com/wormhole/get/default.tar.gz + $ pip install https://hg.sr.ht/~cwt/wormhole/archive/tip.tar.gz How to use ---------- @@ -107,7 +107,7 @@ License ------- -MIT License (included in `license.py `_) +MIT License (included in `license.py `_) Notice ------ diff --git a/wormhole/version.py b/wormhole/version.py --- a/wormhole/version.py +++ b/wormhole/version.py @@ -1,1 +1,1 @@ -VERSION = "v3.0.0" +VERSION = "v3.0.1"