Skip to content

Commit

Permalink
Fix windows build, omg
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed May 29, 2024
1 parent e829cda commit fce1e55
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4.30
======

- [FIX]: Fix the C library imports to work again on Windows, oops.

0.4.29
======

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def build_extensions(self):

setup(
name='TA-Lib',
version='0.4.29',
version='0.4.30',
description='Python wrapper for TA-Lib',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion talib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def wrapper(*args, **kwds):
setattr(stream, func_name, wrapped_func)
globals()[stream_func_name] = wrapped_func

__version__ = '0.4.29'
__version__ = '0.4.30'

# In order to use this python library, talib (i.e. this __file__) will be
# imported at some point, either explicitly or indirectly via talib.func
Expand Down
4 changes: 4 additions & 0 deletions talib/_ta_lib.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fce1e55

Please sign in to comment.