We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c94f22 commit a864b11Copy full SHA for a864b11
.pypirc
@@ -0,0 +1,2 @@
1
+[pypi]
2
+username = __token__
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.4"
+__version__ = "1.0.5"
14
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
0 commit comments