Skip to content

Commit

Permalink
Merge pull request #2 from JecaTosovic/Release/v0.0.1
Browse files Browse the repository at this point in the history
Release v0.0.1
  • Loading branch information
JecaTosovic authored Jun 20, 2022
2 parents 3fb9756 + 549fd45 commit c1c3124
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
author = 'Jelena Tosovic, Domagoj Fijan, Marko Jukic, Urban Bren'

# The full version, including alpha/beta/rc tags
release = '0.0.1'
version = "0.0.1"
release = "0.0.1"


# -- General configuration ---------------------------------------------------
Expand Down
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
# Self-descriptive entries which should always be present
name="WaterNetworkAnalysis",
# version=0.0.1,
version="0.0.1",
author="Domagoj Fijan, Jelena Tosovic, Marko Jukic, Urban Bren",
author_email="jecat_90@live.com",
description=short_description[0],
Expand Down Expand Up @@ -72,10 +72,11 @@
"nglview",
"wget",
], # Required packages, pulls from pip if needed; do not use for Conda deployment
# platforms=['Linux',
# 'Mac OS-X',
# 'Unix',
# 'Windows'], # Valid platforms your code works on, adjust to your flavor
platforms=['Linux',
'Mac OS-X',
'Unix',
'Windows'
], # Valid platforms your code works on, adjust to your flavor
# Manual control if final package is compressible or not, set False to prevent the .egg from being made
zip_safe=False,
)

0 comments on commit c1c3124

Please sign in to comment.