Skip to content

Commit

Permalink
1.4.5: make clean: fixes -f
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 11, 2024
1 parent c86cd36 commit fe189a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ build: stock_pandas

clean:
rm -rf dist build
rm stock_pandas/math/*.so
rm stock_pandas/math/*.cpp
rm -f stock_pandas/math/*.so
rm -f stock_pandas/math/*.cpp

build-pkg:
@echo "\033[1m>> Building package... <<\033[0m"
Expand Down
2 changes: 1 addition & 1 deletion stock_pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
cumulators
)

__version__ = '1.4.4'
__version__ = '1.4.5'

0 comments on commit fe189a2

Please sign in to comment.