Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
Changelog:

- Reentrant Lock & Semaphore
- Complete Rewrite of the Runtime
  • Loading branch information
chrilves committed Mar 18, 2021
1 parent 9b0c400 commit b7f22a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/raffiot/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "raffiot" %}
{% set version = "0.2.0" %}
{% set version = "0.3.0" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "0.2.0"
version = "0.3.0"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit b7f22a2

Please sign in to comment.