Skip to content

Commit

Permalink
REL: Release v.1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Mar 15, 2022
1 parent c437f9c commit 4cd49d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ recursive-include pyart *.c *.h *.pyx *.pxd
include README.rst
include LICENSE.txt
include INSTALL.rst
include pyart/testing/registry.txt
include pyart/correct/src/UWASHINGTON_4DD_README
include pyart/__check_build/README
include pyart/graph/balance-rgb.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 11
MICRO = 7
MICRO = 8
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')
Expand Down

0 comments on commit 4cd49d2

Please sign in to comment.