From e44e3af1959a6ff3cdf46892af272920c24a8500 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 20 Sep 2010 15:15:27 -0700 Subject: [PATCH] Bump version. Fix BPL inclusion. --- MANIFEST.in | 2 +- pyopencl/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index fdfc08c1..1426ac2d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,4 +13,4 @@ include Makefile.in include aksetup_helper.py include README_SETUP.txt -recursive-include bpl-subset +recursive-include bpl-subset *.h *.hpp *.cpp *.html *.inl *.ipp *.pl *.txt diff --git a/pyopencl/version.py b/pyopencl/version.py index 107a527b..359274f4 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,5 +1,5 @@ VERSION = (0, 92) -VERSION_STATUS = "beta" +VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS -- GitLab