Skip to content

Commit

Permalink
changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Aug 21, 2024
1 parent 932bd3b commit bca50b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pyrad_proc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
LICENSE = 'BSD'
CLASSIFIERS = list(filter(None, CLASSIFIERS.split('\n')))
PLATFORMS = ["Linux"]
MAJOR = 1
MINOR = 8
MICRO = 8
MAJOR = 2
MINOR = 0
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')
Expand Down

0 comments on commit bca50b1

Please sign in to comment.