Skip to content

Commit bd0dd86

Browse files
committed
Add version information in help text
1 parent 9be0b44 commit bd0dd86

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ current_version = 0.1.0
33
commit = False
44
tag = False
55

6-
[bumpversion:file:reader/__init__.py]
7-
86
[bumpversion:file:setup.py]
97

8+
[bumpversion:file:reader/__init__.py]
9+
10+
[bumpversion:file:reader/__main__.py]

reader/__main__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
3636
- https://pypi.org/project/realpython-reader/
3737
- https://github.com/realpython/reader
38+
39+
40+
Version:
41+
--------
42+
43+
- realpython-reader v0.1.0
3844
"""
3945
# Standard library imports
4046
import sys

0 commit comments

Comments
 (0)