Skip to content

Commit 55cfbae

Browse files
committed
Bump to version 0.1.0, now that we have real functionality
1 parent c527590 commit 55cfbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22
from setuptools import setup
33

4-
__version__ = "0.0.1"
4+
__version__ = "0.1.0"
55

66
# Get requirements from requirements.txt
77
with Path.open("requirements/requirements.txt") as f:

0 commit comments

Comments
 (0)