Skip to content

Commit

Permalink
Ryu 3.29
Browse files Browse the repository at this point in the history
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
fujita committed Jan 4, 2016
1 parent 27ca64c commit cd779e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ryu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# limitations under the License.


version_info = (3, 28)
version_info = (3, 29)
version = '.'.join(map(str, version_info))

0 comments on commit cd779e2

Please sign in to comment.