Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Mar 24, 2019
1 parent 80418af commit 9623688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = "0.2.4"
version = "0.3.4"
# The full version, including alpha/beta/rc tags.
release = "0.2.4"

Expand Down
2 changes: 1 addition & 1 deletion metsrw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

LOGGER = logging.getLogger(__name__)
LOGGER.addHandler(logging.NullHandler())
__version__ = "0.3.3"
__version__ = "0.3.4"

__all__ = [
"Agent",
Expand Down

0 comments on commit 9623688

Please sign in to comment.