Skip to content

Commit 5263dae

Browse files
damien2012engdesilinguist
authored andcommitted
Update version numbers.
1 parent 9e5aa38 commit 5263dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/rsmtool/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: rsmtool
3-
version: 9.1.1
3+
version: 10.0.0
44

55
source:
66
path: ../../../rsmtool

rsmtool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
in one place. Based on the suggestion `here. <http://bit.ly/16LbuJF>`_
66
"""
77

8-
__version__ = "9.1.1"
8+
__version__ = "10.0.0"
99
VERSION = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)