Skip to content

Commit

Permalink
Bump to release version and name v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jul 18, 2017
1 parent cd37fcf commit 8a6e12d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0-dev
current_version = 0.4.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Changelog
Ticket numbers in changelog entries can be looked up by visiting
``https://github.com/dgw/sopel-wolfram/issue/<number>``

Unreleased
----------
sopel-wolfram v0.4.0 "Mirai no kajitsu"
---------------------------------------

Added:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.wolfram',
version='0.4.0-dev',
version='0.4.0',
description='Wolfram|Alpha module for Sopel IRC bot framework',
long_description=readme + '\n\n' + history,
author='Max Gurela',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/wolfram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

__author__ = 'Max Gurela'
__email__ = '[email protected]'
__version__ = '0.4.0-dev'
__version__ = '0.4.0'

0 comments on commit 8a6e12d

Please sign in to comment.