Skip to content

Commit cec1b3d

Browse files
committed
PyPI metadatas
1 parent 44282b6 commit cec1b3d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

python-jsonic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include "lib/jsonic/jsonic.h"
1818

19-
#define PYJSONIC_VERSION "1.1"
19+
#define PYJSONIC_VERSION "1.2"
2020

2121
typedef struct {
2222
PyObject_HEAD

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyjsonic
3-
version = 1.1
3+
version = 1.2
44
author = Oğuzhan Eroğlu
55
author-email = [email protected]
66
home-page = https://github.com/rohanrhu/python-jsonic

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
long_description = f.read()
1717

1818
jsonic = Extension(
19-
"pyjsonic",
19+
"jsonic",
2020
sources = [
2121
"python-jsonic.c",
2222
"lib/jsonic/jsonic.c"
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name = "pyjsonic",
28-
version = "1.1",
28+
version = "1.2",
2929
description = "Python bindings for Jsonic JSON reader library.",
3030
long_description = long_description,
3131
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)