Skip to content

Commit

Permalink
pypint v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Apr 20, 2020
1 parent 043c93f commit 927b85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/conda/pypint/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pypint" %}
{% set version = "1.5.2" %}
{% set version = "1.6.0" %}

package:
name: '{{ name|lower }}'
Expand All @@ -20,7 +20,7 @@ requirements:
- python
- setuptools
run:
- python >=3.5
- python
- colomoto_jupyter >=0.5.0
- boolean.py
- ginsim-python
Expand Down
2 changes: 1 addition & 1 deletion interfaces/ipython/pypint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* if in IPython, displays the version of Pint binaries, and executes
:py:func:`.ipython_install`.
"""
__version__ = "1.5.2"
__version__ = "1.6.0"

import os
import shutil
Expand Down

0 comments on commit 927b85b

Please sign in to comment.