Skip to content

Commit

Permalink
Bump version number and modify description
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Jul 25, 2021
1 parent 744b574 commit 88674e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions analytix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__productname__ = "analytix"
__version__ = "2.0.0.dev7"
__description__ = "A simple yet powerful API wrapper to make getting analytical information from the YouTube Analytics API easier than ever."
__version__ = "2.0.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/"
__author__ = "Ethan Henderson"
Expand Down
2 changes: 0 additions & 2 deletions analytix/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

from pkg_resources import working_set

from analytix.errors import MissingOptionalComponents

_packages = [p.key for p in working_set]
PANDAS_AVAILABLE = "pandas" in _packages

0 comments on commit 88674e5

Please sign in to comment.