Skip to content

Commit f7f5b95

Browse files
committed
version bump
1 parent 9be9176 commit f7f5b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oscar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import time
88
import warnings
99

10-
__version__ = "1.0.0"
10+
__version__ = "1.0.1"
1111
__author__ = "Marat (@cmu.edu)"
1212

1313
PATHS = {

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# whenever you're updating the next three lines
88
# please also update oscar.py
99
name="oscar",
10-
version="1.0.0",
10+
version="1.0.1",
1111
author='Marat (@cmu.edu)',
1212

1313
description="A Python interface to OSCAR data",

0 commit comments

Comments
 (0)