Skip to content

Commit

Permalink
🔧 MAINTAIN: Bump release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g4brielvs committed Aug 25, 2022
1 parent 25401b8 commit b17a4ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/world-bank-package.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"```"
]
},
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit b17a4ad

Please sign in to comment.