Skip to content

Commit

Permalink
Merge a20f30a into 880a70a
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Dec 24, 2018
2 parents 880a70a + a20f30a commit afc251f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.3'
version = '0.2.4'
# The full version, including alpha/beta/rc tags.
release = '0.2.3'
release = '0.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion metsrw/__init__.py
Expand Up @@ -43,7 +43,7 @@

LOGGER = logging.getLogger(__name__)
LOGGER.addHandler(logging.NullHandler())
__version__ = '0.2.3'
__version__ = '0.2.4'

__all__ = [
'AMDSec',
Expand Down

0 comments on commit afc251f

Please sign in to comment.