Skip to content

Commit e33a736

Browse files
authored
Bump to version 0.1.5
2 parents fae1c17 + 6853778 commit e33a736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.1.3"
15+
__version__ = "0.1.5"
1616

1717
from pymore.equals_tester import EqualsTester
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name=name,
36-
version="0.1.4",
36+
version="0.1.5",
3737
url="http://github.com/dabacon/pymore",
3838
author="The pymore Developers",
3939
author_email="[email protected]",

0 commit comments

Comments
 (0)