Skip to content

Commit c69fbac

Browse files
Update python version
1 parent a49cb3d commit c69fbac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pynds"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Python interface for emulated Nintendo DS"
55
requires-python = ">=3.9"
66
license= {file = "LICENSE"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def build_extensions(self):
8686
cwd=self.build_temp)
8787

8888

89-
version = '0.0.1'
89+
version = '0.0.2'
9090

9191
setup(name='pynds',
9292
packages=find_packages(),

0 commit comments

Comments
 (0)