Skip to content

Commit

Permalink
liblk: Bump version identifier
Browse files Browse the repository at this point in the history
- This is not a beta anymore.
  • Loading branch information
R0rt1z2 committed Aug 7, 2023
1 parent f706920 commit 4cf1971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblk/__init__.py
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
__version__ = "0.0.1 (beta)"
__version__ = "1.0.0"

from liblk.LkImage import LkImage
from liblk.structure.LkPartition import LkPartition
Expand Down

0 comments on commit 4cf1971

Please sign in to comment.