We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af46ab2 commit 14389acCopy full SHA for 14389ac
2 files changed
eodhd/__init__.py
@@ -8,4 +8,4 @@
8
9
10
# Version of eodhd package
11
-__version__ = "1.0.25"
+__version__ = "1.0.26"
setup.py
@@ -16,7 +16,7 @@
16
# This call to setup() does all the work
17
setup(
18
name="eodhd",
19
- version="1.0.25",
+ version="1.0.26",
20
description="Official EODHD API Python Library",
21
long_description=long_description,
22
long_description_content_type="text/markdown",
0 commit comments