Skip to content

Commit 1cff5a6

Browse files
committed
Bump version: 4.2.0 → 4.2.1-dev
1 parent 7dd81da commit 1cff5a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.2.0
2+
current_version = 4.2.1-dev
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z0-9]+))?
44
tag_name = {new_version}
55
allow_dirty = True

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.2.0",
2+
"version": "4.2.1-dev",
33
"name": "configurable-http-proxy",
44
"description": "A configurable-on-the-fly HTTP Proxy",
55
"author": "Jupyter Developers",

0 commit comments

Comments
 (0)