We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127f8ab commit 3f78ce9Copy full SHA for 3f78ce9
CHANGES.rst
@@ -2,8 +2,8 @@
2
Changelog
3
=========
4
5
-v1.3.0
6
-------
+v1.3.0 (2016-05-09)
+-------------------
7
8
- Added problems 301-330
9
- Added --version flag to CLI
EulerPy/__init__.py
@@ -3,5 +3,5 @@
"""
__author__ = 'Kevin Yap'
-__version__ = '1.2.3'
+__version__ = '1.3.0'
__license__ = 'MIT'
0 commit comments