fix; bump to 0.6.4

This commit is contained in:
Paul Gauthier 2023-06-17 07:08:45 -07:00
parent 9fc0b9d696
commit 0ca0db3edf
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
__version__ = "0.6.3" __version__ = "0.6.4"

View file

@ -1,3 +1,5 @@
import re
from setuptools import find_packages, setup from setuptools import find_packages, setup
with open("requirements.txt") as f: with open("requirements.txt") as f: