Skip to content

Commit

Permalink
Bump version: 0.1.13 → 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Jun 13, 2019
1 parent 4a6753c commit 5743d41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "sigpy" %}
{% set version = "0.1.13" %}
{% set version = "0.1.14" %}

package:
name: '{{ name|lower }}'
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.13'
release = '0.1.14'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.13
current_version = 0.1.14
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description = f.read()

setup(name='sigpy',
version='0.1.13',
version='0.1.14',
description='Python package for signal reconstruction.',
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 5743d41

Please sign in to comment.