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 82d4c9f commit a65e392Copy full SHA for a65e392
docs/conf.py
@@ -19,10 +19,11 @@
19
copyright = '2021, Maximilian Karl & Sebastian Zug'
20
author = 'Maximilian Karl & Sebastian Zug'
21
22
+from github2pandas import __version__
23
+
24
# The full version, including alpha/beta/rc tags
-version = "1.0.0"
-# The full version, including alpha/beta/rc tags.
25
-release = "1.0.0"
+version = __version__
26
+release = __version__
27
28
29
# -- General configuration ---------------------------------------------------
0 commit comments