File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""Utilities for string case conversion."""
22
3- __version__ = "0.1.0 "
3+ __version__ = "0.1.1 "
44
55import re
66from typing import List
Original file line number Diff line number Diff line change 2121author = 'Diego Miguel Lozano'
2222
2323# The full version, including alpha/beta/rc tags
24- release = '0.1.0 '
24+ release = '0.1.1 '
2525
2626
2727# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = casefy
3- version = 0.1.0
3+ version = 0.1.1
44author = Diego Miguel Lozano
55author_email = hello@diegomiguel.me
66description = Utilities for string case conversion.
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "casefy" ,
8- version = "0.1.0 " ,
8+ version = "0.1.1 " ,
99 author = "Diego Miguel Lozano" ,
1010 author_email = "hello@diegomiguel.me" ,
1111 description = "Utilities for string case conversion." ,
Original file line number Diff line number Diff line change 11"""Tests for casefy."""
22
3- __version__ = "0.1.0 "
3+ __version__ = "0.1.1 "
44
55
66import sys
You can’t perform that action at this time.
0 commit comments