Skip to content

Commit b8257ba

Browse files
committed
Bump version: 0.0.0 → 0.1.0
1 parent 7b9cbce commit b8257ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55
allow_dirty = True

clib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simd_transcoding",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"repo": "goodcleanfun/simd_transcoding",
55
"description": "Transcoding UTF-8/Latin-1/UTF-16/UTF-32 with SIMDe AVX2 functions",
66
"keywords": ["utf-8", "utf-16", "utf-32", "latin-1", "simd", "simde", "avx2"],

0 commit comments

Comments
 (0)