Skip to content

Commit b367612

Browse files
chore: release version 0.1.2
1 parent eecf3f1 commit b367612

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[metadata]
22
name = pango_aliasor
3-
version = 0.1.1
3+
version = 0.1.2
44
author = Cornelius Roemer
55
author_email = [email protected]
66
description = Pango lineage aliasing and dealiasing
77
url = https://github.com/corneliusroemer/pango_aliasor
88
project_urls =
9-
Bug Tracker = https://github.com/corneliusroemer/pango_aliasor/issues
9+
Bug Tracker = https://github.com/corneliusroemer/pango_aliasor/issues
1010
classifiers =
11-
Programming Language :: Python :: 3
12-
Operating System :: OS Independent
13-
License :: OSI Approved :: MIT License
11+
Programming Language :: Python :: 3
12+
Operating System :: OS Independent
13+
License :: OSI Approved :: MIT License
1414
license_file = LICENSE
1515

1616
[options]
17-
package_dir =
18-
= src
17+
package_dir =
18+
= src
1919
packages = find:
2020
python_requires = >=3.7
2121

2222
[options.packages.find]
23-
where = src
23+
where = src

0 commit comments

Comments
 (0)