Skip to content

Commit

Permalink
increment version #
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudoler committed Nov 22, 2021
1 parent 1f50261 commit ddb8b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
#- PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
#- PYTHON_VERSION=3.8
- PYTHON_VERSION=3.8
#- PYTHON_VERSION=3.9

before_install:
Expand Down
2 changes: 1 addition & 1 deletion cmlreaders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from .readers import * # noqa
from .cmlreader import CMLReader # noqa

__version__ = "0.10.0"
__version__ = "0.10.1"
version_info = namedtuple("VersionInfo", "major,minor,patch")(
*__version__.split('.'))

0 comments on commit ddb8b32

Please sign in to comment.