Skip to content

Commit

Permalink
Set up v0.3.2
Browse files Browse the repository at this point in the history
Mainly setting up a new version in order to produce pre-complied
binaries with an older version of numpy. v0.3.1 requires numpy 1.20 and
above.
  • Loading branch information
tnipen committed Sep 7, 2021
1 parent 0e7a5ec commit fcbdeda
Showing 1 changed file with 1 addition and 1 deletion.
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.1"
#define TITANLIB_VERSION "0.3.2"
#define __version__ TITANLIB_VERSION

namespace titanlib {
Expand Down

0 comments on commit fcbdeda

Please sign in to comment.