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# Conscript Release Notes
22
3+ ## 0.1.8
4+
5+ + [ eab1a3a] ( https://github.com/jsirois/conscript/commit/eab1a3a ) Add support for PI. (#10 )
6+
37## 0.1.7
48
59+ [ 271e589] ( https://github.com/jsirois/conscript/commit/271e589 ) Add support for Python 3.13. (#8 )
Original file line number Diff line number Diff line change 11from __future__ import absolute_import
22
3- __version__ = "0.1.7 " # N.B.: Setuptools is configured to use this as our distribution version.
3+ __version__ = "0.1.8 " # N.B.: Setuptools is configured to use this as our distribution version.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ author = John Sirois
5566description = Conscript console scripts in your own Swiss Army Knife.
77long_description = file: README.md
8+ long_description_content_type = text/markdown
89url = https://github.com/jsirois/conscript
910
1011project_urls =
You can’t perform that action at this time.
0 commit comments