Skip to content

Commit

Permalink
Bump version: 0.1.11 → 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed May 31, 2019
1 parent dc1515e commit 22b1a14
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.11" %}
{% set version = "0.1.12" %}

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.11'
release = '0.1.12'


# -- 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.11
current_version = 0.1.12
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.11',
version='0.1.12',
description='Python package for signal reconstruction.',
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 22b1a14

Please sign in to comment.