Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed May 7, 2021
1 parent 4d5939f commit 39b65b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crc.py
Expand Up @@ -11,8 +11,8 @@
import argparse
from dataclasses import dataclass

MAJOR_VERSION = 0
MINOR_VERSION = 10
MAJOR_VERSION = 1
MINOR_VERSION = 0
PATCH_VERSION = 0

LIBRARY_VERSION = f'{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}'
Expand Down

0 comments on commit 39b65b8

Please sign in to comment.