1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 07:29:42 +00:00

Bump version: 0.1.0 → 0.1.1

This commit is contained in:
Emma 2019-01-04 08:46:06 -07:00
parent 0214065276
commit cbd2619f90
4 changed files with 5 additions and 5 deletions

View file

@ -55,9 +55,9 @@ author = 'Mike Shoup'
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.1.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True
tag_name = {new_version}

View file

@ -28,7 +28,7 @@ install_requires = [
setup(
name='synthale',
version='0.1.0',
version='0.1.1',
url='https://github.com/shouptech/synthale',
author='Mike Shoup',
author_email='mike@shoup.io',

View file

@ -15,4 +15,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
VERSION = '0.1.0'
VERSION = '0.1.1'