We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96056e3 commit 69b028cCopy full SHA for 69b028c
conda-recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "straditize" %}
2
-{% set version = "0.1.0" %}
+{% set version = "0.1.1" %}
3
4
package:
5
name: {{ name|lower }}
straditize/version.py
@@ -17,4 +17,4 @@
17
18
You should have received a copy of the GNU General Public License
19
along with this program. If not, see <https://www.gnu.org/licenses/>."""
20
-__version__ = '0.1.0'
+__version__ = '0.1.1'
0 commit comments