tweaks and version bump to v.0.1.2-dev0

This commit is contained in:
Sam Schott 2019-06-23 20:53:08 +01:00
parent b64837cd82
commit 7c0c9d585c
3 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Dropbox. Meastral uses the Python SDK for the Dropbox API v2.
## Installation
Download and install the Python package by running
```console
$ pip install git+https://github.com/SamSchott/maestral
$ pip install --upgrade git+https://github.com/SamSchott/maestral
```
in the command line.

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bash
# startup script for maestral
# environment setup or checks outside of python can be done here
maestral gui

View File

@ -6,7 +6,7 @@ Created on Wed Oct 31 16:23:13 2018
@author: samschott
"""
__version__ = "0.1.1"
__version__ = "0.1.2-dev0"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"