tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

tag the master branch #16

Closed pocin closed 6 years ago

pocin commented 6 years ago

could you tag the "stable" master branch with some tags? That we we can use pip to install

pip install --upgrade --no-cache-dir --ignore-installed https://github.com/pocin/python-odata/archive/v0.1.0.zip

tuomur commented 6 years ago

pip can install from git directly: pip install git+https://github.com/tuomur/python-odata#egg=odata

but that obviously gives your the master branch version. I'll take a look at using releases.

tuomur commented 6 years ago

Tagged.