Skip to content

Commit 21f9c1d

Browse files
author
cjackson
committed
v0.5.1
1 parent 14f0052 commit 21f9c1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scself/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.5.1'
22

33
from ._mcv import (
44
mcv,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"pytest"
1919
]
2020

21-
version = "0.5.0"
21+
version = "0.5.1"
2222

2323
# Description from README.md
2424
long_description = "\n\n".join(

0 commit comments

Comments
 (0)