Skip to content

Commit

Permalink
Setup v0.3.4.dev2
Browse files Browse the repository at this point in the history
Added setuptool package before building wheels
  • Loading branch information
tnipen committed Nov 29, 2023
1 parent 7157875 commit 23ddada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install numpy
run: python -m pip install numpy
run: python -m pip install numpy setuptools

- run: bash swig/python-packaging/setup.sh
- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion include/titanlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <omp.h>
#endif

#define TITANLIB_VERSION "0.3.4"
#define TITANLIB_VERSION "0.3.4.dev2"
#define __version__ TITANLIB_VERSION

namespace titanlib {
Expand Down

0 comments on commit 23ddada

Please sign in to comment.