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

Commit 5d0d6ac

Browse files
committed
Change versioning
1 parent 47ad6a2 commit 5d0d6ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
setup(
7373
name='tilde',
74-
version='0.9.1',
74+
version='0.9.2',
7575
description='Materials informatics framework for ab initio data repositories',
7676
long_description=long_description,
7777
url='https://github.com/tilde-lab/tilde',

tilde/core/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Functionality exposed as an API
33
# Author: Evgeny Blokhin
44

5-
__version__ = "0.9.1"
5+
__version__ = "0.9"
66

77
import os, sys
88
import re

0 commit comments

Comments
 (0)