Skip to content

Commit

Permalink
Merge pull request #49 from michaeltryby/dev
Browse files Browse the repository at this point in the history
Bumping version and creating new release
  • Loading branch information
michaeltryby authored Mar 26, 2019
2 parents 1fb68d0 + 5ae5fcf commit 4264eec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion before_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ copy /Y ..\include\*.h %PROJECT_PATH%\%TOOLKIT_PATH%

copy /Y .\bin\Release\epanet-output.dll %PROJECT_PATH%\%OUTPUT_PATH%
copy /Y .\lib\Release\epanet-output.lib %PROJECT_PATH%\%OUTPUT_PATH%
copy /Y ..\tools\epanet-output\include\*.h %PROJECT_PATH%\%OUTPUT_PATH%
copy /Y ..\src\outfile\include\*.h %PROJECT_PATH%\%OUTPUT_PATH%


:: Generate swig wrappers
Expand Down
2 changes: 1 addition & 1 deletion epanet_python/toolkit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name = 'epanet.toolkit',
version = "0.2.0.dev0",
version = "0.2.1.dev0",
ext_modules = [
Extension("epanet.toolkit._toolkit",
sources = ['epanet/toolkit/toolkit_wrap.c'],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self):

setup(
name=PACKAGE_NAME,
version="0.3.0.dev0",
version="0.3.0.dev1",

cmdclass={
'install': InstallCmd,
Expand Down

0 comments on commit 4264eec

Please sign in to comment.