Skip to content

Commit 3027d07

Browse files
committed
🧈 Bump version and copyright date...
And accommodate Vim syntax oddities for MarkDown section dividers
1 parent 87bb5f3 commit 3027d07

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Runs command or callback function when path file modified time changes
4444
Python version 2 or 3
4545

4646

47-
___
47+
______
4848

4949

5050
## Quick Start
@@ -195,7 +195,7 @@ if __main__ == '__name__':
195195
```
196196

197197

198-
___
198+
______
199199

200200

201201
## Notes
@@ -207,7 +207,7 @@ ___
207207
This repository may not be feature complete and/or fully functional, Pull Requests that add features or fix bugs are certainly welcomed.
208208

209209

210-
___
210+
______
211211

212212

213213
## Attribution
@@ -225,7 +225,7 @@ ___
225225
- [StackOverflow -- What does the `b` character do in front of a string literal?](https://stackoverflow.com/questions/6269765)
226226

227227

228-
___
228+
______
229229

230230

231231
## License
@@ -236,7 +236,7 @@ ___
236236

237237
```
238238
Documentation for Watch Path
239-
Copyright (C) 2020 S0AndS0
239+
Copyright (C) 2023 S0AndS0
240240
241241
This program is free software: you can redistribute it and/or modify
242242
it under the terms of the GNU Affero General Public License as published

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name = "watch_path",
13-
version = "0.1.0",
13+
version = "0.1.1",
1414
author = "S0AndS0",
1515
author_email = "StrangerThanBland@gmail.com",
1616
description = "Simple wrapper for `os.stat`, calls callback function time-stamp changes",

watch_path/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__license__ = """
1515
Inject JavaScript within PDF document body
16-
Copyright (C) 2020 S0AndS0
16+
Copyright (C) 2023 S0AndS0
1717
1818
This program is free software: you can redistribute it and/or modify
1919
it under the terms of the GNU Affero General Public License as published

0 commit comments

Comments
 (0)