Skip to content

Commit

Permalink
Merge pull request #35 from jpmorganchase/versionbump
Browse files Browse the repository at this point in the history
Bump to 0.2.0
  • Loading branch information
timkpaine committed Jan 8, 2021
2 parents 464b08f + 0c2fdd6 commit 6d7aecc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = (0, 1, 3, "final", 0)
current_version = (0, 2, 0, "final", 0)
commit = True
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
<a href="https://github.com/jpmorganchase/ipyregulartable/workflows/Build%20Status/badge.svg?branch=main"><img alt="Build Status" src="https://github.com/jpmorganchase/ipyregulartable/actions?query=workflow%3A%22Build+Status"></a>
<a href="https://github.com/jpmorganchase/ipyregulartable/actions?query=workflow%3A%22Build+Status"><img alt="Build Status" src="https://github.com/jpmorganchase/ipyregulartable/workflows/Build%20Status/badge.svg?branch=main"></a>
<a href="https://codecov.io/gh/jpmorganchase/ipyregulartable"><img alt="Coverage" src="https://codecov.io/gh/jpmorganchase/ipyregulartable/branch/main/graph/badge.svg"></a>
<a href="https://pypi.python.org/pypi/ipyregulartable"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/ipyregulartable.svg?color=brightgreen&style=flat-square"></a>
<a href="https://www.npmjs.com/package/ipyregulartable"><img alt="NPM Version" src="https://img.shields.io/npm/v/ipyregulartable.svg?color=brightgreen&style=flat-square"></a>
Expand Down
2 changes: 1 addition & 1 deletion ipyregulartable/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
)

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 1, 3, "final", 0)
version_info = VersionInfo(0, 2, 0, "final", 0)

_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipyregulartable",
"version": "0.1.3",
"version": "0.2.0",
"description": "A Custom Jupyter Widget Library",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 6d7aecc

Please sign in to comment.