diff --git a/analytix/__init__.py b/analytix/__init__.py index 549094f..ecf583d 100644 --- a/analytix/__init__.py +++ b/analytix/__init__.py @@ -1,5 +1,5 @@ __productname__ = "analytix" -__version__ = "2.1.0.dev0" +__version__ = "2.1.0" __description__ = "A simple yet powerful API wrapper to make getting analytical information from your socials easier than ever." __url__ = "https://github.com/parafoxia/analytix" __docs__ = "https://analytix.readthedocs.io/en/latest/"