Skip to content

Commit

Permalink
version bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Oct 17, 2021
1 parent dfc956e commit 3c85b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "rascal"
version = "0.3.0"
version = "0.3.1"
description = ""
license = "BSD"
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 @@ -10,7 +10,7 @@
__packagename__ = "rascal"

setup(name=__packagename__,
version='0.3.0',
version='0.3.1',
packages=find_packages(),
author='Josh Veitch-Michaelis',
author_email='[email protected]',
Expand Down

0 comments on commit 3c85b4d

Please sign in to comment.