diff --git a/README.rst b/README.rst index 06cf965..26d716a 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ necessary packages: .. code-block:: bash - git clone https://github.com/aquatix/digimarks.git + git clone https://codeberg.org/diginaut/digimarks.git cd digimarks mkvirtualenv digimarks # or whatever project you are working on pip install -r requirements.txt @@ -90,7 +90,7 @@ Attributions 'M' favicon by `Freepik`_. -.. _digimarks: https://github.com/aquatix/digimarks +.. _digimarks: https://codeberg.org/diginaut/digimarks .. _webhook: https://en.wikipedia.org/wiki/Webhook .. |PyPI version| image:: https://img.shields.io/pypi/v/digimarks.svg :target: https://pypi.python.org/pypi/digimarks/ diff --git a/setup.py b/setup.py index 15cfe2a..f743a17 100644 --- a/setup.py +++ b/setup.py @@ -26,11 +26,11 @@ setup( # third part for minor release # second when api changes # first when it becomes stable someday - version='1.1.99', + version='1.2.0', author='Michiel Scholten', author_email='michiel@diginaut.net', - url='https://github.com/aquatix/digimarks', + url='https://codeberg.org/diginaut/digimarks', license='Apache', # as a practice no need to hard code version unless you know program wont