Skip to content

Commit 01ea296

Browse files
authored
Merge pull request #3 from blue-monk/main
Merge release1.0.0 main → develop
2 parents 38d2245 + 87c701f commit 01ea296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ with differences (!): 3 :-- Row Number Pairs -->: [(2, 3), (4, 4), (5, 5)]
219219

220220
## :herb: Contributing
221221

222-
### Reporting Bugs
222+
### Reporting Bugs / Feature Requests
223223

224224
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
225225

src/csvdiff3/csvdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
class App(type):
7979

8080
NAME = 'csv-diff-python3@blue-monk'
81-
VERSION = '0.0.0'
81+
VERSION = '1.0.0'
8282

8383

8484
class LoggingConfig(type):

0 commit comments

Comments
 (0)