Skip to content

Commit f7f7ea0

Browse files
committed
v0.1.3 distributions
1 parent 6b85c4f commit f7f7ea0

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
Pipfile
33
Pipfile.lock
4+
dist/.DS_Store

ECHO_modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

dist/echo_modules-0.1.2.tar.gz

-37.5 KB
Binary file not shown.

dist/echo_modules-0.1.3.tar.gz

37.7 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ECHO_modules"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
authors = [
99
{name = "Steve Hansen", email = "steven.e.hansen@gmail.com"},
1010
{name="Eric Nost", email="enost@uoguelph.ca" },

0 commit comments

Comments
 (0)