Skip to content

Commit 873d7cb

Browse files
committed
chore: bump to version 0.0.3
1 parent 00561cf commit 873d7cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
PROJECT_DIR = path.abspath(path.dirname(__file__))
2020

2121

22-
VERSION = '0.0.2'
22+
VERSION = "0.0.3"
2323

2424

2525
from os import path
26+
2627
this_directory = path.abspath(path.dirname(__file__))
27-
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
28+
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
2829
long_description = f.read()
2930

3031

0 commit comments

Comments
 (0)