From b17a4adacf51f32341859fc08b580627503874cb Mon Sep 17 00:00:00 2001 From: Gabriel Stefanini Vicente Date: Thu, 25 Aug 2022 14:34:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20Bump=20release=20v0.?= =?UTF-8?q?1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notebooks/world-bank-package.ipynb | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/notebooks/world-bank-package.ipynb b/notebooks/world-bank-package.ipynb index 7692bb3..9effe3b 100644 --- a/notebooks/world-bank-package.ipynb +++ b/notebooks/world-bank-package.ipynb @@ -122,10 +122,10 @@ "\n", "To install from version:\n", "\n", - "\tpip install git+https://github.com/datapartnership/template.git@0.0.1\n", + "\tpip install git+https://github.com/datapartnership/template.git@v0.1.0\n", "\t\n", "\n", - "When distributing a project release, it is strongly recommended to adhere to release management good practices. It is recommended to create checklists, adopt versioning (e.g, [semantic versioning](https://semver.org/) add to the [Python Package Index](https://pypi.org/) (instead of GitHub).\n", + "When distributing a project release, it is strongly recommended to adhere to release management good practices. It is recommended to create checklists, adopt versioning (e.g, [semantic versioning](https://semver.org/) and to release on [Python Package Index](https://pypi.org/) (instead of GitHub).\n", "```" ] }, diff --git a/setup.cfg b/setup.cfg index 4266c93..1186f47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,13 @@ [metadata] name = datalab -version = 0.0.1 +version = 0.1.0 description = An Python package example from the World Bank Data Lab long_description = file: README.md, LICENSE keywords = World Bank Data Lab license = Apache 2.0 classifiers = Programming Language :: Python :: 3 - License :: OSI Approved :: Apache-2.0 + License :: World Bank Master Community License Agreement Operating System :: OS Independent [options]