Skip to content

Commit e686511

Browse files
author
Tim Paine
authored
Merge pull request #85 from timkpaine/024
Bump version to 0.2.4
2 parents 75b2eb6 + 60ab428 commit e686511

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = (0, 2, 3, 'final', 0)
2+
current_version = (0, 2, 4, 'final', 0)
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)

MANIFEST.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ include pyproject.toml
88
include .bumpversion.cfg
99
include Makefile
1010

11-
graft jupyterlab_templates/tests
12-
1311
# Webapp files
1412
graft js
1513
prune js/dist
1614
prune js/build
1715
prune js/lib
1816
prune js/node_modules
1917
prune js/yarn.lock
20-
18+
prune docs/
2119

2220
# Patterns to exclude from any directory
2321
global-exclude *~

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_templates",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Notebook templates",
55
"author": "the jupyterlab_templates authors",
66
"main": "lib/index.js",

jupyterlab_templates/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
])
1313

1414
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
15-
version_info = VersionInfo(0, 2, 3, 'final', 0)
15+
version_info = VersionInfo(0, 2, 4, 'final', 0)
1616

1717
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
1818

0 commit comments

Comments
 (0)