We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c927954 commit 122bfe4Copy full SHA for 122bfe4
src/jdmn/version.py
@@ -10,5 +10,5 @@
10
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11
# specific language governing permissions and limitations under the License.
12
#
13
-__version__ = "1.0.2"
+__version__ = "1.0.3"
14
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
0 commit comments