Skip to content

Commit 2e6bbd1

Browse files
committed
version bump to 0.2.0
1 parent a8620a7 commit 2e6bbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyacvd/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version number for pyacvd"""
22
# major, minor, patch
3-
version_info = 0, 1, 1
3+
version_info = 0, 2, 0
44
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)