Skip to content

Commit 383e0a0

Browse files
committed
Releasing 0.1.
1 parent a9a6b94 commit 383e0a0

File tree

12 files changed

+7
-5
lines changed

12 files changed

+7
-5
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include src/pyflex/tests/data/*
2+
include src/pyflex/tests/baseline_images/*

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.0.1a'
62+
version = '0.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.0.1a'
64+
release = '0.1.0'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(*names, **kwargs):
1818

1919
setup(
2020
name="pyflex",
21-
version="0.0.1a",
21+
version="0.1.0",
2222
license='GNU General Public License, Version 3 (GPLv3)',
2323
description="Python port of the FLEXWIN package",
2424
author="Lion Krischer",

src/pyflex/tests/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import pytest
1818
import sys
19-
PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(
20-
os.path.abspath(inspect.getfile(inspect.currentframe()))))))
19+
PATH = os.path.dirname(os.path.dirname(
20+
os.path.abspath(inspect.getfile(inspect.currentframe()))))
2121

2222
sys.exit(pytest.main(PATH))
File renamed without changes.

tests/data/1995.122.05.32.16.0000.II.ABKT.00.LHZ.D.SAC renamed to src/pyflex/tests/data/1995.122.05.32.16.0000.II.ABKT.00.LHZ.D.SAC

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)