Skip to content

Commit f735378

Browse files
committed
release 0.0.2
1 parent e2b78ae commit f735378

4 files changed

Lines changed: 3 additions & 10 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
0.0.1 (2015-05-28)
6+
0.0.2 (2015-05-28)
77
---------------------
88

99
* First release on PyPI.

README.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
Netuitive Python Client
33
===============================
44

5-
6-
7-
Python Boilerplate contains all the boilerplate you need to create a Python package.
8-
9-
* Free software: Apache License, Version 2.0
10-
* Documentation: https://netuitive.readthedocs.org.
11-
125
Features
136
--------
147

netuitive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__author__ = 'Netuitive, Inc'
4-
__version__ = '0.0.1'
4+
__version__ = '0.0.2'
55

66
from .client import Client
77
from .element import Element

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='netuitive',
27-
version='0.0.1',
27+
version='0.0.2',
2828
description="Python Client for Netuitive Cloud.",
2929
long_description=readme + '\n\n' + history,
3030
author="Netuitive",

0 commit comments

Comments
 (0)