Skip to content

Commit 67e0abf

Browse files
committed
release: Fix version (0.0.0 → 1.0.0)
1 parent 38d2245 commit 67e0abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csvdiff3/csvdiff.py

+1-1
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)