Skip to content

Commit 4264eec

Browse files
authored
Merge pull request #49 from michaeltryby/dev
Bumping version and creating new release
2 parents 1fb68d0 + 5ae5fcf commit 4264eec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

before_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ copy /Y ..\include\*.h %PROJECT_PATH%\%TOOLKIT_PATH%
4444

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

4949

5050
:: Generate swig wrappers

epanet_python/toolkit/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name = 'epanet.toolkit',
20-
version = "0.2.0.dev0",
20+
version = "0.2.1.dev0",
2121
ext_modules = [
2222
Extension("epanet.toolkit._toolkit",
2323
sources = ['epanet/toolkit/toolkit_wrap.c'],

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def run(self):
5656

5757
setup(
5858
name=PACKAGE_NAME,
59-
version="0.3.0.dev0",
59+
version="0.3.0.dev1",
6060

6161
cmdclass={
6262
'install': InstallCmd,

0 commit comments

Comments
 (0)