We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fae1c17 + 6853778 commit e33a736Copy full SHA for e33a736
pymore/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.1.3"
+__version__ = "0.1.5"
16
17
from pymore.equals_tester import EqualsTester
18
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name=name,
36
- version="0.1.4",
+ version="0.1.5",
37
url="http://github.com/dabacon/pymore",
38
author="The pymore Developers",
39
author_email="[email protected]",
0 commit comments