From d7c9143a2253e31f28a8775365505ce895a608a6 Mon Sep 17 00:00:00 2001 From: Rafael Hautekiet Date: Sun, 19 Aug 2018 14:09:21 +0200 Subject: [PATCH] minor edit --- README.md | 2 +- openctm/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4c789d..ef9947c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Python-OpenCTM [![Build Status](https://travis-ci.org/lejafar/Python-OpenCTM.svg?branch=master)](https://travis-ci.org/lejafar/Python-OpenCTM) [![PyPI version](https://badge.fury.io/py/python-openctm.svg)](https://badge.fury.io/py/python-openctm) ### Python Interface for the Open-CTM File Format -Python-OpenCTM is an (unofficial) Python interface for the [OpenCTM](https://github.com/Danny02/OpenCTM) file format. A format that allows a geometry to be compressed to a fraction of comparable file formats (3DS, STL, COLLADA...). +Python-OpenCTM is a Python interface for the [OpenCTM](https://github.com/Danny02/OpenCTM) file format. A format that allows a geometry to be compressed to a fraction of comparable file formats (3DS, STL, COLLADA...). ## Installation diff --git a/openctm/version.py b/openctm/version.py index baa4a76..f617a23 100644 --- a/openctm/version.py +++ b/openctm/version.py @@ -1 +1 @@ -__version__ = '1.0.0rc0' \ No newline at end of file +__version__ = '1.0.0rc1' \ No newline at end of file