Skip to content

Commit

Permalink
update version for 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sgnes committed Jan 30, 2025
1 parent 83acc51 commit f3b82f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import setuptools

with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setuptools.setup(
name="pyelfwrapper", # Replace with your own username
version="0.0.5",
version="0.0.6",
author="Sgnes",
author_email="sgnes0514@gmai.com",
description="A wrapper for dwarf format elf file",
Expand Down

0 comments on commit f3b82f2

Please sign in to comment.