Skip to content

Commit

Permalink
chore(project): update to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
phyng committed Sep 21, 2021
1 parent 0fb0340 commit 63e144f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scilib",
"version": "0.0.12",
"version": "0.0.14",
"description": "Packages of tools",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scilib"
version = "0.0.13"
version = "0.0.14"
description = "scilib"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="scilib",
version="0.0.13",
version="0.0.14",
author="phyng",
author_email="phyngk@gmail.com",
description="scilib",
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'phyng'

# The full version, including alpha/beta/rc tags
release = '0.0.12'
release = '0.0.14'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 63e144f

Please sign in to comment.