Skip to content

Commit 859854c

Browse files
author
pandas_stubs-cicd
committed
[skip ci] Bump pandas-stubs version: 1.2.0.17 -> 1.2.0.18
1 parent 73d3444 commit 859854c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0.17
2+
current_version = 1.2.0.18
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\d+)
44
serialize =
55
{major}.{minor}.{patch}.{release}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup
1010
import os
1111

12-
version = "1.2.0.17"
12+
version = "1.2.0.18"
1313

1414

1515
# find_packages might not work with stub files

0 commit comments

Comments
 (0)