File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 22Netuitive 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-
125Features
136--------
147
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
33__author__ = 'Netuitive, Inc'
4- __version__ = '0.0.1 '
4+ __version__ = '0.0.2 '
55
66from .client import Client
77from .element import Element
Original file line number Diff line number Diff line change 2424
2525setup (
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" ,
You can’t perform that action at this time.
0 commit comments