diff options
author | Rahiel Kasim <rahielkasim@gmail.com> | 2018-06-10 20:35:42 +0200 |
---|---|---|
committer | Rahiel Kasim <rahielkasim@gmail.com> | 2018-06-10 20:35:42 +0200 |
commit | 101724e3ed74ec4fa56cfa2da0362b99cbb21642 (patch) | |
tree | e221e6fe09e714c8cafd4b1dbf514c46ad3283a7 | |
parent | eea3494353ed1355b1ef40dbfec70da7a256824a (diff) |
release version 0.3
-rw-r--r-- | giternity.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/giternity.py b/giternity.py index 5478d30..9463be3 100644 --- a/giternity.py +++ b/giternity.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # giternity - Mirror git repositories and retrieve metadata for cgit -# Copyright (C) 2017 Rahiel Kasim +# Copyright (C) 2017-2018 Rahiel Kasim # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ import requests import toml -__version__ = "0.2" +__version__ = "0.3" def main(): |