Skip to content

Commit f32daee

Browse files
Merge pull request #25 from kevinshen56714/kshen/publish
Publish v2024.8.1-1
2 parents 8f7ba8a + 337c3bf commit f32daee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install emc-pypi
2323
```python
2424
import pyemc
2525

26-
# Run the emc_setup.pl and generate the build.emc file for the build command
26+
# Run the emc.pl and generate the build.emc file for the build command
2727
pyemc.setup('your-setup-file.esh')
2828

2929
# Or you can pass in arguments like this

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def package_files(directory):
2020

2121
setup(
2222
name='emc-pypi',
23-
version='2023.8.2',
23+
version='2024.8.1-1',
2424
long_description=LONG_DESCRIPTION,
2525
long_description_content_type='text/markdown',
2626
description='Python interface for the Enhanced Monte Carlo (EMC) package',

0 commit comments

Comments
 (0)