Skip to content

Commit

Permalink
Bump version to 0.3, update Python wrapper binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Level3Manatee committed Sep 24, 2024
1 parent 3abcaf7 commit 873b65d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libmipflooding.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "libmipflooding_enums.h"

#define LIBMIPFLOODING_VERSION_MAJOR 0
#define LIBMIPFLOODING_VERSION_MINOR 2
#define LIBMIPFLOODING_VERSION_MINOR 3

#ifdef _WIN32
#define EXPORT_SYMBOL __declspec(dllexport)
Expand Down
2 changes: 2 additions & 0 deletions src/libmipflooding_enums.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include <cstdint>
// LIBMIPFLOODING_VERSION_MAJOR 0
// LIBMIPFLOODING_VERSION_MINOR 3


/**
Expand Down
2 changes: 1 addition & 1 deletion src/libmipflooding_extern_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "libmipflooding_enums.h"

#define LIBMIPFLOODING_VERSION_MAJOR 0
#define LIBMIPFLOODING_VERSION_MINOR 2
#define LIBMIPFLOODING_VERSION_MINOR 3

#ifdef _WIN32
#define EXPORT_SYMBOL __declspec(dllexport)
Expand Down
Binary file modified wrappers/python/binaries/libmipflooding.dll
Binary file not shown.
Binary file modified wrappers/python/binaries/libmipflooding.so
Binary file not shown.
2 changes: 2 additions & 0 deletions wrappers/python/binaries/libmipflooding_enums.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include <cstdint>
// LIBMIPFLOODING_VERSION_MAJOR 0
// LIBMIPFLOODING_VERSION_MINOR 3


/**
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/binaries/libmipflooding_extern_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "libmipflooding_enums.h"

#define LIBMIPFLOODING_VERSION_MAJOR 0
#define LIBMIPFLOODING_VERSION_MINOR 2
#define LIBMIPFLOODING_VERSION_MINOR 3

#ifdef _WIN32
#define EXPORT_SYMBOL __declspec(dllexport)
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "libmipflooding"
version = "0.2"
version = "0.3"
authors = [
{ name="Jan Ortgies", email="[email protected]" },
]
Expand Down

0 comments on commit 873b65d

Please sign in to comment.