Skip to content

Commit 529f9e4

Browse files
committed
Update version
1 parent 4b2c224 commit 529f9e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <gmp.h>
88

99

10-
static const char python_gmp_version[] = "0.1.0";
10+
static const char python_gmp_version[] = "0.1.1";
1111

1212

1313
static jmp_buf gmp_env;

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "python-gmp"
77
#dynamic = ["version"]
8-
version = "0.1.0"
8+
version = "0.1.1"
99
description = "Safe bindings to the GNU GMP library"
1010
keywords = ['gmp', 'multiple-precision', 'arbitrary-precision', 'bignum']
1111
license = {text = "MIT"}

0 commit comments

Comments
 (0)