We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8585d88 commit e319da1Copy full SHA for e319da1
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.0"
+__version__ = "1.0.1"
14
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())
0 commit comments