Skip to content

Commit

Permalink
Merge pull request #1719 from CartoDB/version-in-info-docs
Browse files Browse the repository at this point in the history
bump version to 1.1.1
  • Loading branch information
simon-contreras-deel authored Feb 15, 2021
2 parents 56cd0c7 + 65f8b53 commit a8578c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CARTOframes

.. image:: https://travis-ci.org/CartoDB/cartoframes.svg?branch=develop
:target: https://travis-ci.org/CartoDB/cartoframes
.. image:: https://img.shields.io/badge/pypi-v1.1.0-orange
:target: https://pypi.org/project/cartoframes/1.1.0
.. image:: https://img.shields.io/badge/pypi-v1.1.1-orange
:target: https://pypi.org/project/cartoframes/1.1.1

A Python package for integrating `CARTO <https://carto.com/>`__ maps, analysis, and data services into data science workflows.

Expand All @@ -14,11 +14,11 @@ Python data analysis workflows often rely on the de facto standards `pandas <htt
Try it Out
==========

* Stable (1.1.0): |stable|
* Stable (1.1.1): |stable|
* Latest (develop branch): |develop|

.. |stable| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.1.0?filepath=examples
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.1.1?filepath=examples

.. |develop| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/develop?filepath=examples
Expand Down
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cartoframes==1.1.0
cartoframes==1.1.1
# Additional dependencies from examples
matplotlib
dask
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cartoframes",
"version": "1.1.0",
"version": "1.1.1",
"description": "*********** CARTOframes ***********",
"main": "./cartoframes/assets/src/index.js",
"directories": {
Expand Down

0 comments on commit a8578c5

Please sign in to comment.