Skip to content

Commit 0209c1f

Browse files
committed
Bump version: 4.10.0.dev1 → 4.10.0.dev2
1 parent 10da2c0 commit 0209c1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = 4.10.0.dev1
2+
current_version = 4.10.0.dev2
33
commit = True
44
tag = True
55
tag_name = v{new_version}

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sonar.sources=jsonargparse
2-
sonar.projectVersion=4.10.0.dev1
2+
sonar.projectVersion=4.10.0.dev2
33
sonar.python.version=3.6, 3.7, 3.8, 3.9, 3.10

jsonargparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
__all__ += deprecated.__all__
6262

6363

64-
__version__ = '4.10.0.dev1'
64+
__version__ = '4.10.0.dev2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jsonargparse =
7171

7272
[metadata]
7373
name = jsonargparse
74-
version = 4.10.0.dev1
74+
version = 4.10.0.dev2
7575
description = Parsing of command line options, yaml/jsonnet config files and/or environment variables based on argparse.
7676
long_description_content_type = text/x-rst
7777
author = Mauricio Villegas

0 commit comments

Comments
 (0)