Skip to content

Commit e8d8e3d

Browse files
committed
Bump version: 4.1.0 → 4.1.1-dev
1 parent ab029a1 commit e8d8e3d

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.1.0
2+
current_version = 4.1.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.1.0",
2+
"version": "4.1.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)