Skip to content

Commit 4a086f7

Browse files
committed
build: Updated for v0.1.3
1 parent 9b6e258 commit 4a086f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ A runtime directory will be created in a `results` folder. The experiment result
8080
* Add multiple logging/levels
8181
* Create tool to check a TD model's interface with ``fecsep``
8282
* Define a dependency strategy to ensure experiments' reproducibility.
83-
* Publish in `pypi`/`conda` and Zenodo
83+
* Publish in `conda`
8484

8585
# Contributing
8686

floatcsep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from floatcsep import model
88
from floatcsep import readers
99

10-
__version__ = '0.1.2'
10+
__version__ = '0.1.3'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ long_description_content_type = text/markdown
66
author = Pablo Iturrieta
77
author_email = [email protected]
88
license = BSD 3-Clause License
9-
version = 0.1.2
9+
version = 0.1.3
1010
platforms = unix, linux, osx, win32
1111
classifiers =
1212
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)