Skip to content

Commit 122bfe4

Browse files
committed
Release 1.0.3
1 parent c927954 commit 122bfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdmn/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
# specific language governing permissions and limitations under the License.
1212
#
13-
__version__ = "1.0.2"
13+
__version__ = "1.0.3"
1414
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

0 commit comments

Comments
 (0)