Skip to content

Commit 04ef7da

Browse files
committed
version bump; sorting MANIFEST.in
1 parent cb30499 commit 04ef7da

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

MANIFEST.in

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
include ./pomdp_py/representations/belief/particles.pxd
2-
include ./pomdp_py/representations/distribution/histogram.pxd
3-
include ./pomdp_py/representations/distribution/gaussian.pxd
4-
include ./pomdp_py/representations/distribution/particles.pxd
1+
include ./pomdp_py/utils/cython_utils.pxd
2+
include ./pomdp_py/algorithms/po_uct.pxd
53
include ./pomdp_py/algorithms/po_rollout.pxd
6-
include ./pomdp_py/algorithms/value_iteration.pxd
74
include ./pomdp_py/algorithms/pomcp.pxd
8-
include ./pomdp_py/algorithms/po_uct.pxd
9-
include ./pomdp_py/framework/basics.pxd
5+
include ./pomdp_py/algorithms/value_iteration.pxd
6+
include ./pomdp_py/representations/belief/particles.pxd
7+
include ./pomdp_py/representations/distribution/particles.pxd
8+
include ./pomdp_py/representations/distribution/gaussian.pxd
9+
include ./pomdp_py/representations/distribution/histogram.pxd
1010
include ./pomdp_py/framework/planner.pxd
11+
include ./pomdp_py/framework/basics.pxd
1112
include ./pomdp_py/framework/oopomdp.pxd
12-
include ./pomdp_py/utils/cython_utils.pxd
13-
include ./pomdp_py/utils/cython_utils.pyx

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def build_extensions(pkg_name, major_submodules):
3434

3535
setup(name='pomdp-py',
3636
packages=find_packages(),
37-
version='1.3.2',
37+
version='1.3.3',
3838
description='Python POMDP Library.',
3939
long_description=long_description,
4040
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)