Skip to content

Commit 69b028c

Browse files
committed
Set version to 0.1.1
1 parent 96056e3 commit 69b028c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "straditize" %}
2-
{% set version = "0.1.0" %}
2+
{% set version = "0.1.1" %}
33

44
package:
55
name: {{ name|lower }}

straditize/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
1818
You should have received a copy of the GNU General Public License
1919
along with this program. If not, see <https://www.gnu.org/licenses/>."""
20-
__version__ = '0.1.0'
20+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)