Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 5336468

Browse files
author
Simon Biggs
committed
bump to 0.9.0 due to breaking change
1 parent 7dbbd70 commit 5336468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scriptedforms/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 8, 1)
1+
version_info = (0, 9, 0)
22
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

scriptedforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"pip:freeze": "./scripts/pip-freeze.sh",
2424
"pypi:prep": "jlpm build:prod && jlpm pip:uninstall && jlpm pip:sys && jlpm test && jlpm pip:dev",
2525
"pypi:upload": "./scripts/pypi.sh",
26-
"pypi:post": "jlpm pip:uninstall && pip install --pre scriptedforms && jlpm test && jlpm pip:dev",
26+
"pypi:post": "jlpm pip:uninstall && pip install --pre --no-cache scriptedforms && jlpm test && jlpm pip:dev",
2727
"bundle:update": "yarn --cwd ../portable-windows-bundle update",
2828
"bundle:test": "yarn --cwd ../portable-windows-bundle test",
2929
"bundle:zip": "yarn --cwd ../portable-windows-bundle zip",

0 commit comments

Comments
 (0)