We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18f845 commit 035779aCopy full SHA for 035779a
githubcontribs/__init__.py
@@ -1,6 +1,6 @@
1
"""Simple analytics for GitHub contributions across an organization."""
2
3
-__version__ = "0.2.0" # denote a pre-release for 0.1.0 with 0.1rc1
+__version__ = "0.3.0" # denote a pre-release for 0.1.0 with 0.1rc1
4
5
from ._fetcher import Fetcher
6
from ._plotter import Plotter
0 commit comments