Skip to content

Commit 58064da

Browse files
committed
release: Fix version (0.0.0 → 1.0.0)
1 parent ae433a3 commit 58064da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csvdiff2/csvdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def main():
7373

7474
class App(type):
7575

76-
VERSION = '0.0.0'
76+
VERSION = '1.0.0'
7777

7878

7979
class LoggingConfig(type):

0 commit comments

Comments
 (0)