Skip to content

Commit

Permalink
Update l2db.py
Browse files Browse the repository at this point in the history
* l2db.py aims to always implement the latest spec version as in SPEC.md
  • Loading branch information
Lampe2020 authored Aug 5, 2023
1 parent 21642eb commit cb2de98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2db.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

spec_version = '1.1.0'
spec_version = '1.1.1'
implementation_version = '0.1.0-pre-alpha+python3-above-.7'

__doc__ = f"""
Expand Down

0 comments on commit cb2de98

Please sign in to comment.