Skip to content

Commit

Permalink
Merge pull request #25 from gerrymanoim/rel
Browse files Browse the repository at this point in the history
REL: 0.3.0
  • Loading branch information
gerrymanoim authored Aug 20, 2020
2 parents ad88de4 + 8d8fece commit 3a403c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Build and install from an sdist
run: |
python setup.py sdist
pip install dist/libpy_simdjson-0.2.0.tar.gz[test]
pip install dist/libpy_simdjson-0.3.0.tar.gz[test]
- name: Test
run: |
pytest --ignore-glob='*_benchmark.py'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def extension(*args, **kwargs):

setup(
name="libpy_simdjson",
version="0.2.0",
version="0.3.0",
description="Python bindings for smidjson, using libpy",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3a403c6

Please sign in to comment.