diff --git a/__main__.py b/__main__.py index 8629cb0..a69e214 100755 --- a/__main__.py +++ b/__main__.py @@ -16,7 +16,7 @@ __prog__ = "alcubierre" __desc__ = "Teleports to every place on a file." -__version__ = "(git master branch)" +__version__ = "v1.0.0" __author__ = "exurd" __copyright__ = "copyright (c) 2024, exurd" __credits__ = ["exurd"]