Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jul 31, 2023
1 parent 3037316 commit 9dbd95b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keep synchronous to setup.cfg
# keep synchronous to src/VERSION.inc
pyjson5 == 1.6.3
pyjson5 == 1.6.4

# keep synchronous to requirements-dev.txt
docutils == 0.19.*
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
# keep synchronous to requirements-readthedocs.txt
# keep synchronous to src/VERSION.inc
version = 1.6.3
version = 1.6.4

name = pyjson5
description = JSON5 serializer and parser for Python 3 written in Cython.
Expand Down Expand Up @@ -41,6 +41,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Text Processing :: General
Expand Down
2 changes: 1 addition & 1 deletion src/VERSION.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.6.3"
"1.6.4"

0 comments on commit 9dbd95b

Please sign in to comment.