Skip to content

Commit b4875ff

Browse files
committed
bump version to 1.0.1
1 parent 95cb435 commit b4875ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pysces
3-
version: "1.0.0"
3+
version: "1.0.1"
44

55
source:
66
# git_url: https://github.com/PySCeS/pysces.git

pysces/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAJOR = 1
22
MINOR = 0
3-
MICRO = 0
3+
MICRO = 1
44
STATUS = ''
55

66

0 commit comments

Comments
 (0)