Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Oct 4, 2019
1 parent ebea260 commit a8644ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ Making point clouds fun again
:target: https://mybinder.org/v2/gh/daavoo/pyntcloud/master
:alt: Start in Binder

.. image:: /docs/images/pyntcloud_logo.png
.. image:: https://img.shields.io/pypi/v/pyntcloud
:target: https://https://pypi.org/project/pyntcloud/
:alt: Pypi

.. image:: https://raw.githubusercontent.com/daavoo/pyntcloud/master/docs/images/pyntcloud_logo.png
:alt: pyntcloud logo

**pyntcloud** is a Python **3** library for working with 3D point clouds leveraging the power of the Python scientific stack.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.2'
version = '0.1.0'
# The full version, including alpha/beta/rc tags.
release = '0.0.2'
release = '0.1.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.0.2'
version = '0.1.0'

with open("README.rst", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit a8644ab

Please sign in to comment.