Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
markomanninen committed Mar 8, 2019
1 parent df1b10f commit ba076d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calchylus3/__init__.hy
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
; Licence: MIT
;----------------------------------------------

(setv __version__ "0.1.3")
(setv __version__ "0.1.4")
2 changes: 1 addition & 1 deletion calchylus3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/python3
# -*- coding: utf-8 -*-

__version__ = "0.1.3"
__version__ = "0.1.4"

import hy
from hy.importer import hy_eval, import_buffer_to_hst
Expand Down

0 comments on commit ba076d0

Please sign in to comment.