File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
given-names : " Victor"
6
6
title : " Pymunk"
7
7
abstract : " A easy-to-use pythonic rigid body 2d physics library"
8
- version : 6.11.0
9
- date-released : 2025-01-18
8
+ version : 6.11.1
9
+ date-released : 2025-02-09
10
10
url : " https://pymunk.org"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ the Pymunk webpage for some examples.
18
18
19
19
2007 - 2025, Victor Blomqvist - vb@viblo.se, MIT License
20
20
21
- This release is based on the latest Pymunk release (6.11.0 ),
21
+ This release is based on the latest Pymunk release (6.11.1 ),
22
22
using Chipmunk2D 7 rev dfc2fb8ca023ce6376fa2cf4a7f91c92ee08a970.
23
23
24
24
Original file line number Diff line number Diff line change 32
32
cp = _chipmunk_cffi .lib
33
33
ffi = _chipmunk_cffi .ffi
34
34
35
- version = "6.11.0 "
35
+ version = "6.11.1 "
36
36
37
37
chipmunk_version = "%s-%s" % (
38
38
ffi .string (cp .cpVersionString ).decode ("utf-8" ),
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
10
11
11
[project ]
12
12
name = " pymunk"
13
- version = " 6.11.0 " # remember to change me for new versions!
13
+ version = " 6.11.1 " # remember to change me for new versions!
14
14
# Require cffi >1.14.0 since that (and older) has problem with returing structs from functions.
15
15
# Require cffi >= 1.17.1 since older cant work with latest setuptools version
16
16
dependencies = [
You can’t perform that action at this time.
0 commit comments