File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# stata_kernel
22
3- [ ![ Build Status] ( https://travis-ci.org /kylebarron/stata_kernel. svg?branch=master )] ( https://travis-ci.org /kylebarron/stata_kernel ) [ ![ Downloads] ( https://pepy.tech/badge/stata-kernel )] ( https://pepy.tech/project/stata-kernel ) [ ![ Downloads/Month] ( https://pepy.tech/badge/stata-kernel/month )] ( https://pepy.tech/project/stata-kernel )
3+ [ ![ Buid Status] ( https://github.com /kylebarron/stata_kernel/actions/workflows/test.yml/badge. svg )] ( https://github.com /kylebarron/stata_kernel/actions/workflows/test.yml ) [ ![ Downloads] ( https://pepy.tech/badge/stata-kernel )] ( https://pepy.tech/project/stata-kernel ) [ ![ Downloads/Month] ( https://pepy.tech/badge/stata-kernel/month )] ( https://pepy.tech/project/stata-kernel )
44
55` stata_kernel ` is a Jupyter kernel for Stata; It works on Windows, macOS, and
66Linux.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stata_kernel"
3- version = " 1.14.0 "
3+ version = " 1.14.1 "
44description = " A Jupyter kernel for Stata. Works with Windows, macOS, and Linux."
55authors = [
66 " Kyle Barron <kylebarron2@gmail.com>" ,
@@ -59,7 +59,7 @@ requires = ["poetry-core>=1.8.1"]
5959build-backend = " poetry.core.masonry.api"
6060
6161[tool .bumpver ]
62- current_version = " 1.14.0 "
62+ current_version = " 1.14.1 "
6363version_pattern = " MAJOR.MINOR.PATCH"
6464commit = true
6565tag = true
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.14.0
2+ current_version = 1.14.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11"""An example Jupyter kernel"""
22
3- __version__ = '1.14.0 '
3+ __version__ = '1.14.1 '
Original file line number Diff line number Diff line change 2222
2323class StataKernel (Kernel ):
2424 implementation = 'stata_kernel'
25- implementation_version = '1.14.0 '
25+ implementation_version = '1.14.1 '
2626 language = 'stata'
2727 language_info = {
2828 'name' : 'stata' ,
You can’t perform that action at this time.
0 commit comments